If the value "2 Help" if fed in the below expression it fails.
It only evaluates to true if "2 help" is fed to it.
iif(Fields!test.Value="2 help",true,false)
Expression is evaluating to false because it expects data to be case sensitive.
Can we override this and make it not case sensitive?
All I want is irrespective of the case the string value should be evaluated