-
- Downloads
[MLv2] fk-details drill should preserve `:=` filters for other PKs (#38296)
That is, **if** there is a table with multiple PKs, and another table with multiple FKs for those PKs, **then** any `:=` filters for other PKs on that table should be preserved. This allows using 1 or more quick-filter drills to add `FOO_ID = 7` filters for some of the foreign table's PKs, followed by a fk-details drill that jumps to the filtered view of that table. Progress towards #36253.
Please register or sign in to comment