Hello Dojo,
I am trying to link a shape to retrieve the highest alarm from a table column. I currently have the shape configured with these fields:
But it is still showing nothing. I have read that for column parameters there is an option to add the row key, I am not sure if that is necessary and if so, is there another way to retrieve the alarm from a column?
Thank you.
Hi Gabriel,
I believe you're looking for the ParametersSummary shape data (see Help).
To retrieve the highest alarm severity, you could use:
ParametersSummary Max|[cardvar:_element]:4302|ALARM
Is there a way to retrieve the highest alarm severity of the entire table? I tried using the table pid but got a “Normal” alarm color when some rows had “Critical” alarm.
@Alex, this isn’t expected. The help states using the table parameter should do the trick. Feel free to create a task for this so it can be investigated.
Worked like a charm, thank you!