Hi,
I have a requirement to set Red colour for NULL values
Design below:
I am using below expression:
=IIF(IsNothing(Fields!Outcome.Value), "Red", "Transparent")
But I am unable to see any color change.
Preview:
Can you please suggest how to resolve this?
Thanks,
AR