For LCA monitoring dashboard, im able to get alarmstate of the parameter in GQI. Is it possible to add background color for a particular parameter based on the alarm state of the parameter?
Or can we add a key value pair to the cell and check the key for conditional coloring in LCA?
Suggestions are appreciated.
Hi Baranisudha
You have 2 options to add conditional coloring to a table cell based on the cell value:
- Conditional coloring: here you can configure different colors for the cell based on different conditions relating to the cell value. In this example I have configured some colors for a column that has discrete values.
- Table templates: This is a more flexible way to configure the coloring. You can create the visualization of the cell yourself using different shapes & icons. Conditions can be used to specify shape properties (eg: color) based on the values of ANY cell(s) in the row. We have an excellent kata that you can follow to learn more about this.
Hi Baranisudha, can you explain your use case a bit more? Conditions defined in conditional coloring/a template will update when the value of the cell changes. Do you mean that in your case these conditions itself can change?
Yes my condition itself will change.
I have config app where i will choose parameters that are to be displayed in my monitoring app.
so the conditions will change.
Hey Wout, Thanks for suggestion. I'm already using the coloring condition in LCA to display the severity of the services.
I have checked the second option. the parameter and its values seem like static values. In my table the values will change and sometimes parameters will also change. so i cannot add a static condition to LCA.