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.