Hi!
I’m using LibreOffice 5.1.4.2 as front-end for a postgresql database and so far, everything is working great, except that I am unable to use Form Based Filter to filter for specific elements contained in an array field.
For example:
Column A is filled with data that looks like {a,b,c,d,e,f}
Now I wish to filter all records whose Column A contains ‘a’ as an element of the Column A array.
Here’s how I attempt to go about it:
- I click Form Based Filter and type in “IN (‘a’)” in the Column A field box
- I click on a different field to ensure the filter parameter is applied
- I click on apply filter.
The form gets stuck on the record I am on.
Form cannot display succeeding or preceding records.
It seems that the records were not filtered either.
The filter option buttons get greyed out.
I have to close the form to regain functionality.
Any help on how to go about filter array fields will be much appreciated.
thanks in advance!