https://bugs.documentfoundation.org/show_bug.cgi?id=100367
--- Comment #2 from Lionel Elie Mamane <[email protected]> ---
If I understand correctly, you want the resulting filter on the mainTable (the
table that the main form sources from) to be something like:
SELECT * FROM mainTable
WHERE EXISTS (SELECT * FROM subTable
WHERE mainTable.masterField = subTable.slaveField
AND condition_on_subTable)
This makes extra much sense when the relationship is 1:1, and thus logically
the "subForm" has no row navigation, and is thus "invisible" to the form user
(not the form designer). In my experience, in this particular subcase, that's
how users expect it to work, actually. Also the search.
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs