I have an element that I want to link Alarms from to shape data in Visio. There are varying alarms for different things so I only want alarms to show for the shape if it matches the data from a specific column, like an IP address in the Alarms page of the element. Is this something that's possible? And is there an example I can look at?
Hi Jared,
To link alarms form parameters to shapes you can use the Parameter shape data. More information can be found in DataMiner Docs (Linking a shape to an element parameter). To show the alarm state you can use the 'ALARM' option (Making a parameter shape show the parameter alarm state)
To point to a specific row from a column, you can use the primary key or display key of a table.
Hope it helps.