Change color of cell background if value is >x in Reporting Module

I am currently trying to change the background of a cell in a simple table in the reporting module to be the color yellow if the value is 1, and remain white for any other value. Is there a way to do this in the reporting module itself rather than putting any hardcoding for color background in the named query I am currently using to populate the simple table? Thanks!

Yes - keychain expressions:
https://docs.inductiveautomation.com/display/DOC81/Keychain+Expressions

Or, alternately, row versioning:
https://docs.inductiveautomation.com/display/DOC81/Table+Row+Versioning#TableRowVersioning-CustomRowVersion

1 Like