Hello guys, i'm searching to dispaly the number of alarms from one of my alarms saved filter, it is possible to do it ?
on the docs i didn't find a solution ...
I looked here, I might have missed something ?
https://docs.dataminer.services/user-guide/Basic_Functionality/Visio/linking_shapes/Linking_a_shape_to_an_alarm_filter.html
https://docs.dataminer.services/user-guide/Basic_Functionality/Visio/linking_shapes/Linking_a_shape_to_an_alarm.html
https://docs.dataminer.services/user-guide/Basic_Functionality/Visio/making_shapes_display_info/Making_a_shape_display_information_about_the_item_it_is_linked_to.html
Thanks !
Hi Evan,
That first link should do what you want, are you having issues with that? Could you maybe share the shape data you used?
Note that the Saved filter needs to be public or protected.
Also don't forget to set the placeholder in your shape text.

The most simple form for the "AlarmSummary" shape data is:
"active|[Saved Filter Name]|false|Alarm"
In the Shape text, you can define "#Alarms" to display the total amount of alarms in your alarm filter.

I tried this with the * on the shape to display the number but i don't have any result…
or i have the total of my alarms even those outside of my filter
the * will not work in this case, you need a placeholder from the list on the bottom from this page: https://docs.dataminer.services/user-guide/Basic_Functionality/Visio/linking_shapes/Linking_a_shape_to_an_alarm_filter.html

indeed and a try the #Alarms like you said but insted of having the number of my alarms within the saved filter, i have the total of all my active alarms on the DMA
on the Shape data i have this : active|[BackupServicesAlarms]|false|Alarm
Hi,
First of all, my Filter is protected.
About the first link i don't know exactly what i have to choose …
this one ? type|sharedfiltername|ApplyLinkedViewServiceOrElementFilter|Alarm|FilterContext=X
I don't have shape to show you because i try a lot of thing very different without success…