I'm trying create an element with the alarm count for the View.
I found this available for an element (found with the Skyline Visio for Microsoft Platform Drivers)
Any suggestions?
Hi Joshua,
You could use the shape data Info (see Make a shape display information about the item is linked to). For example, if you would like to display the number of critical alarms for the element where the shape is linked to, you could use the following shape data:
Element: [this element] Info: ELEMENT STATISTICS:[#CriticalAlarms]
Hope it helps.
Figured it out…
View: [View ID Number}
Info: VIEW STATISTICS:[#CriticalAlarms]
Hi Joshua,
Indeed, you can retrieve view statistics as well.
This will only work for a single element. I am trying to do this for several elements that are part of a View. Is there a way to select the statistics for a View group of elements?