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.
Well spotted!