Is it possible, and if yes how, to create a simple Visio for a view that contains data that:
- Show the count of elements of a particular protocol type in the View.
- Show the count of elements from #1 that are in Timeout
- Show the count of elements from #1 that are in Alarm state
Thanks in advance
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 11th July 2023
You can find information in the dataminer help to implement your requirements for item numbers 2 and 3 under the following subjects:
Linking a shape to an alarm filter
Specifically, you would be implementing the AlarmSummary shape data.
For item number 1, I think the most efficient approach may be to setup View Statistics on a shape:
Making a shape display information about the item it is linked to
Jeff Douglass Posted new comment 22nd December 2021
Thank you for the prompt response. I do not see a way in the View Statistics to provide a count of only elements of a specific protocol type. For the data mentioned in my original post I only want counts to include elements of a particular protocol type.
Thanks