PROGRAMMING OVERVIEW AND USER INTERFACE


Examples: Row custom color formulas
This formula applies one set of colors (red on pink) to rows where the value of the Region field is "North" and another set of colors (black on white) to all other rows.

@If(Region = "North"; 255:193:253:255:0:0;
255:255:255:1:1:1)

See Also