Page 1 of 1
multiple filters
Posted: Thu Oct 03, 2019 10:09 am
by dpkenny
How do you specify more than one filter after right clicking column heading and selecting filter?
Example: !=123, !321
Don't show 123 or 321
Re: multiple filters
Posted: Wed Oct 16, 2019 9:11 am
by matt.denninghoff
There is not currently a way to specify more than one filter per column in the grid; only one at a time is supported in the grid. It is possible for you to implement multiple filters by using a text input box outside of the grid that the user submits. Your server-side program (RPG, Profound.js) would need to parse and handle the filtered text.
Re: multiple filters
Posted: Wed Oct 16, 2019 10:16 am
by dpkenny
Thanks Matt.
Do you know how to make a feature request?
Also, how do you filter equal blank? I can get != blank to work but can't get = blank to work. I have a 1 position flag that contains a blank that I would like to filter.
Kenny
Re: multiple filters
Posted: Sat Oct 19, 2019 2:29 pm
by Scott Klement
To request help or to submit a feature request send an e-mail to
support@profoundlogic.com
Re: multiple filters
Posted: Tue Oct 22, 2019 4:50 pm
by matt.denninghoff
The grid filter doesn't support checking for blanks at this time either, unfortunately.