Im working on displaying the alarm count based on severity in a ring format in LCA. I have a GQI query to fetch the alarm count. but the ring control doesnt display the data from queries. Do we have any alternative way to display the alarm count in LCA inside a circle as shown in below image?
Hi Baranisudha,
You can achieve this by using a grid component (see docs). In your template, include one layer for the circle geometry and another for the text. Use text interpolation to access the column value for the current row. Depending on your data structure—whether you have one row with a column for each severity level, or one row per severity—you’ll either create a template with four circles or a single circle.
Hi Baranisudha
You can achieve this result using a grid component to display the different alarm counts. The template editor then allows you to configure custom templates based on your data for each row that is returned from the query. Here is what I was able to achieve in a few minutes.