I have an expressoin that works on a whole which is:
=IIF((IsNothing(Fields!Hello.Value),".",Fields!Hello.Value)
The only problem is that I have instances where it does not catch every blank. I have thought of using the "LTrinm" within the main statement. Any help would be appriciated.
Thanks,