Hi, I have an app and in that app, I use a parameter table component.
Using that component's settings, I can filter data on certain columns.
But I would like to filter a certain column and only show the rows where that column contains a certain string. I don't want it to be equal, because there are multiple variations containing the string I want to filter on. Is this possible?
I was unable to find it using the following docs:
Hi Dieter,
Could you elaborate on what kind of 'multiple variations' you expect to encounter?
If a basic equal operation does not work it could be that the FULLFILTER= together with a Regex expression achieves what you are after.
The fullfilter with regex does the trick, thanks.