https://bugs.freedesktop.org/show_bug.cgi?id=72163
--- Comment #9 from [email protected] --- I have reduced the database to two fields in "AssociationMembers" and three fields in "Payments". When I start a report, which runs with a query like SELECT "AssociationMembers"."MemberID", "Payments"."PaymentDate", "Payments"."PaymentID" FROM "Payments", "AssociationMembers" WHERE "Payments"."MemberID" = "AssociationMembers"."MemberID" The report could not be executed. If you choose only one primarykey in the query the report could be executed. So I thought: 2 primarykeys in one query - that's the reason for the bug. Tested it with another database, also primarykeys as Integer - AutoValue. But the report in my database works with such a relation. Don't know if I could find the difference between the two databases ... -- 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
