|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Friday, February 22, 2013 1:58 PM
Points: 5,
Visits: 61
|
|
I am trying to use this code, keep getting error. Can somone please help.
=SWITCH(IIF(Fields!summary_name.Value LIKE 'CH_*' AND Fields!MY.value < 0.9850), 'RED','BLACK')
Thank You,
|
|
|
|
|
Mr or Mrs. 500
      
Group: General Forum Members
Last Login: Thursday, May 02, 2013 3:40 PM
Points: 522,
Visits: 374
|
|
| Why are you using a switch and an IIF? Seems like you should be able to get by with just the IIF.
|
|
|
|
|
UDP Broadcaster
      
Group: General Forum Members
Last Login: Yesterday @ 12:56 PM
Points: 1,467,
Visits: 921
|
|
| =Iif(Left(Fields!summary_name.Value, 3) = "CH_" AND Fields!MY.value < 0.9850), "RED","BLACK")
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Friday, February 22, 2013 1:58 PM
Points: 5,
Visits: 61
|
|
Thank you for your reply, but the above statement still doesnt format the way it suppose to be.
|
|
|
|