Comments
-
Hi mr.castaneda Unfortunately it didn't work. The widget is working but not changing the status automatically when it cross the 90 days.
-
Lovely, I will try it again monday. Thanks a lot for your time and help @mr.castaneda.
-
tbc later
-
Hi there @"jm_sysadmin" . yes, all nodes have a custom property assigned in the department column, as you can see below:
-
Hi @"adam.beedell" First, thank you for taking your time to help me on this. ;) Now, I have created this one: SELECT COUNT(AlertObjectID) AS Quantity FROM Orion.AlertActive WHERE ISNULL(Acknowledged, 0) = 0; But actually, after thinking better I'd like to have the whole active alerts and not only the unacknowledged. Would…
-
Lovely stuff, my brother. Thank you very much for all your support.
-
Hi @"bourlis" Please, allow me to do another question. with your help, my table is now working. Thank you for that. SELECT o.Node.Caption AS [ALERT NAME] ,o.EntityCaption AS [ALERT OBJECT] ,ToLocal(o.AlertActive.TriggeredDateTime) AS [ALERT TRIGGER TIME] ,o.Node.CustomProperties.Department AS [RESPONSIBLE TEAM] ,CASE WHEN…
-
Thank you very much @"bourlis" it indeed worked.
-
Hi there @"bourlis" Don't need to say sorry, I actually appreciate your interest in help me. Thanks again. So, basically this is the code that are currently applied in my SW Dashboard, but actually I don't want the alert description column (RESPONSIBLE TEAM COLUMN). In that column I want respective team that are settled in…
-
Hi there @"bourlis" Firstly, thanks for trying to help. It was the same as @"flackovic" recommended, but it is still returning an error Cheers
-
Hi there @"flackovic" It still bring an error, but seems to be different now. It seems that it is requiring me to add another entity to be able to pull the data from CustomProperties itself.