Hi,
I need to use the view statistics data for alarm counts to perform some logic outside of the Info field where it is currently displayed.
For instance, one of the Info fields showing the number of critical alarms in that view looks like this:
I want to use this value outside of this Info data field, in a way similar to this:
The above use does not work, it is only an example of what I'm trying to accomplish.
In elements, these alarm counts are found within the general parameters. But since this is a view, I'm not sure where to get the values from.
Any help is appreciated. Thanks!
Solution:
This can also be applied to elements.
Hi Alex,
According to the DataMiner Help - Extended conditional shape Manipulation actions, it is possible to use view statistics as condition this should be possible.
From DataMiner 9.0.2 onwards, it is also possible to use statistics in this part of the condition. See Using statistics in the condition.
For example, if I would like to show a shape if the view 'MyView' has more than 3 critical alarms, I could proceed as follows:
Thank you for your help! This worked perfectly. Just to clarify, “MyView” is referring to the view ID.