Hi all.
I have a grid and one of the columns of the grid is a number (a running total) - and I want to add color to the grid - if the total is zero to 3 I want the cell to be green - if 4-5 I want it to be amber (orange) - above 5 red.
Like traffic lights really.
Based on the value of the total, how can I color one cell of my grid?
Andy.
I have a grid and one of the columns of the grid is a number (a running total) - and I want to add color to the grid - if the total is zero to 3 I want the cell to be green - if 4-5 I want it to be amber (orange) - above 5 red.
Like traffic lights really.
Based on the value of the total, how can I color one cell of my grid?
Andy.