test.Value
when count(test.Value)="r" then green indicator
when count(test.Value)="mo" then green indicator
else yellow indicator
=Switch(count(lcase(Fields!test.Value)="r")>1,1
count(lcase(Fields!test.Value)="mo")>=1,1,0
)
How to use switch a circle indicator to green or yellow using the above dataset ?
I am using indicator in LIST control on ssrs report and I want to change values between green and yellow based on the count