https://bugs.documentfoundation.org/show_bug.cgi?id=96372
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #7 from [email protected] --- I have tried this: Open the query "Query_Rechnung_Leistungen" Execute the query. Go to any field and try to start AutoFilter. Filter doesn't work. Now try this: Query: SELECT * FROM (SELECT "Leistungen"."ID" FROM "Leistungen") AS "a" Filter doesn't work also. This bug appears any time you will filter a query with a subquery. Now try this: Query: SELECT * FROM "Query_Rechnung_Leistungen" Filter works in this query, which shows the whole content of the original query. You could use this query in the form and everything will work. No Idea why it won't work directly with the query ... I will set this bug to "NEW" and test a little bit if it's an old bug ... -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
