Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a Straight for which i have given the background of the dimension a conditional background color, based on the date.
=if(GMEDTE < today(), RGB(0,21,47))
This is functioning correctly, however is there a way to apply this to all columns in this row of data, as opposed to just the first column. Ideally, if a 'GMEDTE is less than today's date, the entire row will have the background color, indicating that the GMEDTE has passed.
Hi,
Add the Color Expression for all the Expression and Dimension to make entire row to be colored.
Hi,
Add the Color Expression for all the Expression and Dimension to make entire row to be colored.