Hi Dojo,
I have a Visio with several services which are displayed in a rows.
Now I would like to have a shape which is showing the highest alarm from a specific ChildElement. What is the best way to achieve it?
The AlarmSummary shape data should get you going. You can reuse the same filter for all of them and then use the FilterContext in combination with the this element placeholder to achieve your use case.
My feeling was that you wanted an AlarmSummary within each child shape. Is that not correct?
No I guess AlarmSummary is only using filters right? I would like to have the highest alarm from the child element displayed with the parameter description like in the alarm console
With the FilterContext you should be to get the highest severity alarm as a result. Didn’t know you wanted the parameter description of that alarm though. That will be trickier… Might be best to rethink the UX a bit, maybe by opening an alarm console tab by clicking the alarmsummary shape?
For AlarmSummary I need to use a filter, but I can’t build a filter for child elements.