https://bugs.freedesktop.org/show_bug.cgi?id=58031
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |WORKSFORME --- Comment #5 from [email protected] --- (In reply to comment #4) > Damnit, your solution works fine, and i don't exactly understand why... > Normal query for the listbox is: SELECT "Name_you_see", "Foreign_key" FROM "another_Table" This SQL code shows a name and gets its value from the foreignkey. If you will set a filter, it filters the value for the foreignkey. If the "Name_you_see" is unique in "another_Table", you don't see any difference. But if there are duplicates in "Name_yu_see" (with different foreignkey) it doesent seem to work right for the user. The query for searching and filtering the data could be: SELECT "Name_you_see", "Name_you_see" FROM "another_Table" The field in the table of the form has the same content as you see in the listbox. So you could find the content you see. > Well, this bug report is pointless. Thank you for the trick, and sorry for > the noise. So let us close this bug. I set is as "Resolved" and "Worksforme". -- 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
