I have a column group on a datafield. I need to group only when there is a value in the field. Right now it groups on the NULL field too.
I have tried the following group expressin:
=Fields!ScaleName.Value <> "" OR Fields!ScaleName.Value <> Nothing