Hello,
I wonder if someone have figure out how to add the "Active Duration" and "Clear Time" columns in a Perspective Alarms status table.
I make some search in the forum without any result..
Hello,
I wonder if someone have figure out how to add the "Active Duration" and "Clear Time" columns in a Perspective Alarms status table.
I make some search in the forum without any result..
I think you may be able to use the columns associated property?
That or use a journalQuery and a normal table component. I am not 100% on the active duration but clear time is an option I think.
Forgive me, how could I use a column associated property? What field name should I set?
I was thinking about using a Journal Table, but the alarm must be acknowledge with notes.
Thanks for the help.
Clear Time is just a column option in the alarm status table
You can click the plus button to add associated data and bind the activeDuration that way:
There may be a better way of course. I tried to get active duration to just be a column and it was unhappy with me until I made it an associated data.
@Benjamin_Furlani thanks for your help.
I don't have the project here at the moment, but tomorrow I will see because I really didn't see the column clearTime (maybe I delete it during the test).
I don't understand which property you bind so to add the associated data.. Have you duplicated an existing column first?
Could you explain me please? I've never used this approach.
Thanks again.
if you click the plus sign when configuring the alarm it will prompt you to add the associated data.
Then just put the name of the data key you put in in the associated column section under the props like the screenshots I provided above.
Ok thanks for the help I was missing the alarm setting.
Tomorrow I will try both the things and I will update you, thanks again.
@Benjamin_Furlani, I've been able to insert the column with the duration of the alarm using the columnsAssociated
.
The only thing that I don't like is that the duration in not update when the alarm is active, but I see the real value when it change to clear.
Is the same for you?
Yeah, you will have to implement an update to the alarm table to get it to tick up unfortunately.
You mean another update that is separated from the refresh time property?
How do you do this? With a message handler?