Can you please provide an example for row colorization?
Answer
Row colorization formula is the formula returning the string constant with named color or the color in #RRGGBB format or NULL for default row coloring (white for odd rows and light gray for even rows). For example:
will color the rows based on the value in the column Priority - red for high priority records, blue for low prio and default coloring for records with normal priority.