Hi Dojo.
I would like to show a Shape based on two Scenarios.
#1. Based on condition(s) linked to a Property Field from One Element
I have two custom properties On_Air ( values: Off-line / On-line ) and On_Air_Live (values: Yes / No).
I would like to show or hide the Shape based on both Property values being set up : On_Air and On_Air_Live.
I have tried to use :
[sep:-@]<A>and<B>@A|7013/2|PARAMETER:65022,On_Air|=On-line@B|7013/2|PARAMETER:65022,On_Air_Live|=YesDidn't work for me.
#2. Based on condition(s) linked to a Property Field from Two Elements
I would like to make things even more complicated by adding to the conditions the same Custom Property Fields but from a different element
The Purpose is to show a connection line between two elements that are being used in a redundancy N to 1 list, to show the connection between On_Air IRD and the BackUP IRD that is ready to take over if needed.
If I use this approach I am getting results:
Thank you.
#1
The syntax is probably not completely correct. The "What" part of your condition should be either a property or a parameter. This seems to be combining both. As it looks like you're trying to get the value of the element properties...
[sep:-@]<A>and<B>@A|7013/2|PARAMETER:65022,On_Air|=On-line@B|7013/2|PARAMETER:65022,On_Air_Live|=Yes
Becomes
[sep:-@]<A>and<B>@A|7013/2|PROPERTY:On_Air|=On-line@B|7013/2|PROPERTY:On_Air_Live|=Yes
#2
Unless I'm misunderstanding, this should point itself out by tweaking and possibly extending the current conditions you have? Let me know if you need further help here. Currently it's not completely clear to me what should be shown based on what condition(s).