Hello DOJO
Is there a method to link a shape to an element and to set the name of element by using a name from a parameter ?
In the example below, I get dynamically the name of servers (elements) from a table, then I grab some properties from these servers ex: [Param:[param:*,1802,[tableindex]],114] and its OK
but I also want to display the alarm state of each elements row and I don't know how
obviously, if I use element [This element] for the shape, the reference is linked to the view SQ1000
The parameter which contain the name of servers is 1802, I have tried to put things like [param:*,1802,[tableindex]], or [param:1802,[tableindex]], [Param:[param:*,1802,[tableindex]],105] in the element field
i have also tried element=* and parameter= [Param:[param:*,1802,[tableindex]],105] the name displayed is OK but the reference is always the SQ1000
regards
Hello DOJO
it's be a long time, but for an other project I have had the same needs.
A simpler way to do it, without modifying the driver.
Use the name retreived in parameter, and use it to get the outer element.
In this example, 2077 is the parameter that containts the name of the other element.
Like this :
This sheet is clickable, give the alam status, and can be used to represent anything from the external element like parameters, state and so on
(or with a row table it could be [param:[This Element],2077,[Tableindex]]
Perhaps it could be useful for someone 🙂