Hi, Im using the "Show" shapedata to show a shape when a table parameter is present using
[sep:-@]<A>or<B>@A|Element:Dolphin A|Parameter:6008,DolphinStream-01/MetadataProbe-01/Audio Shuffler-01|Regex=.*ST-PT.*@B|Element:Dolphin A|Parameter:6008,DolphinStream-01/MetadataProbe-01/Audio Shuffler-02|Regex=.*ST-PT.*This is working as expected,
I also need the expression to include a Regex "not equal to" and have tried the following
[sep:-@]<A>@A|Element:Dolphin A|Parameter:6008,DolphinStream-01/MetadataProbe-01/ST2110 Input-01|Regex=^(?!.*ST-BT.*$).+This is working in some senarios but not all. Would anyone be able to confirm if this Regex expression is correct and only show the shape when the Parameter is not equal to ST-BT
Many thanks
Hi Chris,
Would it not be easier to use "not" in front of your expression?
Extended conditional shape manipulation actions | DataMiner Docs
This would allow you to use ^ST-BT$ (for equal) or ^.*ST-BT.*$ (for contains).