Id like to be able to change the color of a basic circle in visio based on if a wildcarded value shows up in a table column that isnt the IDX column.
So an example here on the AppearTV X20 Platform driver id like to be able to wild card *STR* on a shape and have it take red. The wild card *ATEME* and have the shape be yellow. I am not sure what combination of shape data us used to achieve this. I have tried a lot. Is this possible? Or would the driver need to be edited in order to contain the Label string in the IDX column to do this?
You want to define the
- Parameter shape data with the ID of the Label column and show its alarm color.
110|Alarm - Element shape data with the name or ID of your element
- ParameterSubscriptionFilter shape data which filters on your wildcard
value=110 == *STR*
More info can be found in our docs.