Skip to main content
13-Aquamarine
June 28, 2018
Question

Get alerts by line

  • June 28, 2018
  • 2 replies
  • 1994 views

I am trying to get alerts for all of the children of a particular line. Can anyone provide insight on how to do this? For example, I have 4 assets grouped as a line, and each asset raises alerts. I would like to create a mashup that aggregates and sorts all of the alerts generated by these 4 assets and displays them on an Advanced Data Grid ordered by priority.

2 replies

16-Pearl
June 29, 2018

Hi @georgeanderson,

 

We are working on your query and will get back to you on this.

 

Thanks,

Himanshu

5-Regular Member
July 5, 2018

There are many ways of achieving this requirement . For example : We have created one mashup for alerts which uses advanced grid to show the alerts

 

To achieve this , i am using a service which gives me alerts fired for Assets and then i filter those alerts with the help of a particular data shape .

Then using the result of this service, you can use this data on your advanced grid and can use multiple events as per your needs.

 

Regards,

Himesh Rajpal

 

 

13-Aquamarine
July 5, 2018

New user, so please forgive me. I am struggling with filtering the results passed by the QueryAlertSummary service. I created a data shape with a query field having a default value equal to my json query (which I tested and validated). How do I bind the default value of my data shape to filter the advanced grid?