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).
Hi Daniel,
Regarding the first question, can you try using the Property field:
[sep:-@]<A>and<B>@A|7013/2|Property:On_Air|=On-line@B|7013/2|Property:On_Air_Live|=YesMore information in DataMiner Docs: Extended conditional shape manipulation actions
Hi . Thank you all for the answers. I have fixed the issue.
Also for the community to acknowledge : I have used the following syntax for the Show Data Shape Field :
[sep:-@]<A>and<B>and<C>@A|7013/5|AlarmLevel|=Critical;Timeout@B|7013/5|Property:On_Air_Live|=Yes@C|7013/11|Property:On_Air|=On-linein order to show a shape based on Alarm Level and Custom Property in regards to one element and some other Custom Property from another element.
Toon Casteele was right, I can just extend the conditions to multiple elements without any issues.
Thank you all for support.