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
Another way is to simply use the aggregation module in DataMiner. I have tested and confirmed that using aggregation rules we can obtain the counts Jeff is asking.
Here is how:
1) Show the count of elements of a particular protocol type in the View.
2) Show the count of elements from #1 that are in Timeout.
3) Show the count of elements from #1 that are in Alarm state.
Once the aggregation rules are working, it is possible to display the results of their calculations in Visio using a shape data of type Aggregation. The Help explains this in page Linking a shape to an aggregation rule.
Regards,