:banghead::banghead::banghead::banghead::banghead::banghead::banghead:
I have a report with 7 calculated fields. Conditional formatting through the Conditional Formatting Rules Manager work wonderfully on 5 of them.
The last 2 are formatted on an expression based on an OnLoad calculation based on the dates of the report, and will not colour correctly (if at all). I have tried everything (except the correct way apparently)!
The formatting calculation is supposed to trigger relative to the % of the way through the month. If the value of performance is higher than the % of the way through the month, it's green; yellow for >value*0.8 and red for value<*0.8.
I have tried running the date calculation through the conditional formatting manager, through VBA, on the report control directly - as well as creating an 'invisible' copy of the value and basing the formatting rules on that.
The only thing I can think of is that these last two fields have needed to be explicitly expressed as a "0.0%" format within the SQL on the powering query because of the complicated calculations they are based on... would that affect it?
I have a report with 7 calculated fields. Conditional formatting through the Conditional Formatting Rules Manager work wonderfully on 5 of them.
The last 2 are formatted on an expression based on an OnLoad calculation based on the dates of the report, and will not colour correctly (if at all). I have tried everything (except the correct way apparently)!
The formatting calculation is supposed to trigger relative to the % of the way through the month. If the value of performance is higher than the % of the way through the month, it's green; yellow for >value*0.8 and red for value<*0.8.
I have tried running the date calculation through the conditional formatting manager, through VBA, on the report control directly - as well as creating an 'invisible' copy of the value and basing the formatting rules on that.
The only thing I can think of is that these last two fields have needed to be explicitly expressed as a "0.0%" format within the SQL on the powering query because of the complicated calculations they are based on... would that affect it?