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,
This works the same way in the visio shape as it does in the filterbox. In your case the pipe character | in your regex will be interpreted at a higher level, as a separator of different ParameterControlOptions. Try using the [sep:|$] prefix syntax to change the higher level separator character.
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.
Well spotted!