mmueller12
Posts: 10
Score: 0
Joined: 9/8/2009
Status: offline
|
I need to change the color of one x axis label based on a parameter, I have tried all the below expressions in the label format area, but it changes all of the labels at once instead of just the one that matches the parameter value: =IIf(Fields!Clinic_Name.Value = Parameters!ClinicName.Value, "RED", "BLACK") =IIf(Parameters!ClinicName.Value = "ABC", "RED", "BLACK") =IIf(Fields!Clinic_Name.Value = "ABC", "RED", "BLACK") Any ideas? I read on an older post that you can use an expression instead of writing C## code...I'm hoping that this is true! Thanks in advance, Melissa
|