displayPath in Alarm status table

Hello Experts,
I am using alarm status table to display real-time alarm for my project in perspective.
My requirement is to have displayPath column more user friendly in terms of readability. Is it possible that i can display the required content of displayPath column into separate columns.
for example: Alarm/DynamicSP_AlarmTag/HighPressureAlarm this path can be displayed in 3 columns namely: Type, Description and Name

My existing alarm status table is as below for reference:

The display path can be set to whatever you want inside each tag alarm's config. By default it's blank which defaults the display to the tag path. I normally set the alarm Label to the device description and its equip id that is associated with the alarm, and the Display Path to the area that it's located in.

If you really want separate columns, then you will need to add separate custom alarm props to each of your alarms, and display these

Hi @nminchin,
Thanks for your input!
I have configured some associated Data for my alarm tag as below:

I am also able to see these associated data in alarm details when i click on alarm in runtime as shown below:

I have added new column with same name but detail is not getting display:

What steps i need to follow to display this into column in alarm status table?

You need to add it into columnsAssociated:

1 Like