hi,
I have a pareameter called percentage in a report ( when we type 1 in the "percentage")
this parameter needs to compare the two columns ( percentage and week percentage)
something like below:
SWITCH((Fields!WeekPercentage.Value>Parameters!Percentage.Value) &(Fields!Percentage.Value>Parameters!Percentage.Value) ,"RED","YELLOW")
If weekpercentage and percentage columns > @percentage then display background color to "red"else "yellow"
This is not working ......can anyone post the correct expression for this?