Hi Dojo,
Related to How to filter table column with OR statement? - DataMiner Dojo
This works when I use "Format Type":"SD" "Compression Type":regex:"JPEG XS|Uncompressed" in the quick filter. However, it fails when I try to use it as a ClientSideRowFilter. Is this not supported?
Hi Jens,
ClientSideRowFilter passes the string to the same object and method as the quick filter does of the parameter table in data display (as far as I know).
I suggest to check on Separator replacement or on RegexReplace . I believe these Visual Overview features will help you.
Hope this helps you further.