https://bugs.documentfoundation.org/show_bug.cgi?id=96370

--- Comment #8 from rob...@familiegrosskopf.de ---
Steps in detail:
1. Open the attached database
2. open the form
3. click into one field of "total" - for example '44'
4. click on AutoFilter in the navigationbar.
→ Navigationbar will be greyed out - no way to get out except closing the form.

Now do another thing:
2.a after opening the form click "Datasource as Table"
3. click into one field of "total" of the table - for example '44'
4. click on AutoFilter in the tables navigationbar.
→ Works, but couldn't set back by switching filter on and off - another bug

How to get the command, which creates the crash:
2.a after opening the form click "Datasource as Table"
3. click into one field of "total" of the form - for example '44'
4. click on AutoFilter in the navigationbar.
→ Error appears: Not a condition in statement [SELECT "date", SUM( "int" )
"total" FROM "table" WHERE SUM( "int" ) = 44 GROUP BY "date"]

It will work right, if the code would be:
SELECT "date", SUM( "int" ) "total" FROM "table" GROUP BY "date" HAVING SUM(
"int" ) = 44

... but this code wont be created.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to