Hi all
In a LCA is present a filter component to filter the records fetched by a GQI, now the user asking if is possible to pass to this component a regex that will fetch for example the record based on severity, so something like this
Major||Critical or in case exclude direclty some severity
I can't integrate this kind of filter on the GQI as not all the user need it, so in case I need to know if the filter can accept the regex
Hi Marco,
There is currently no way to use a regex as a filter here. The filter input will always be used as a 'contains' filter on the column.
This does sound like an interesting option to filter the table though. If you want us to implement something like this, you can create a feature suggestion.

You can add (default) values to the query filter using the URL, but the filtering itself will have the same behavior.
Hi Wout, in case cannot neither pass a parameter via URL to the filter?