I would like to filter on Dom data using an OR operation on one of the Dom columns.
For example a Column "Status".
So far I found that the GQI query filter uses an AND operation.
How could I make an Filter to show all rows where "Status" = "New" OR "In Progress"?
Should I use flows for this?
I would also like to keep the number of queries executed to my datasource (database) to a minimum.
Any suggestions?
Mieke Dryepondt [SLC] [DevOps Advocate] Selected answer as best 1 day ago
Wout, this is exactly what I need! you are the best.