I have successfully setup conditional formatting to display a status icon on a shape based on custom data. The first is a data field on the shape that contains a version number (in text). Next, the page has a similar data field with a version number.
In the condition, I have been able to check if one version is higher or lower than the other and display a corresponding icon. I’m using THIS.”Version Updated” = PAGE.”Version”
. The shape data is from a dataset, and the page data is custom.
I would like to change the shape data to be a string of values (probably comma separated but that could be defined).
I then want to use CONTAINS to find the PAGE.’Version’ in the THIS.’Version Updated’.
Is it possible to use CONTAINS with these type of references? And if so, what would be the syntax?