Alarm Table data Perspective

Hi,

I have an alarm table. I want to show the three most recent alarms in a textarea in another view. Want to show the Display Path as a row in that textarea.

How can I do this?

Thanks.

Alarms are stored in an SQL table, craft a Named Query to gather the data you need then use a binding to utilize that query to put the returned data into a component props as needed.

Can you please draft a query as an example, as I don't know the table name?