hoseam
SSCertifiable
Points: 5533
More actions
July 22, 2014 at 3:13 am
#397091
I want to hide one of my column based on this logic;
=IIf(First(Fields!TOLERANCE_CHECK.Value, "NetUnitPricingReport")= NULL, True,False)
I get an error on the NULL, how do I handle it.
Scott Murray-240410
SSCarpal Tunnel
Points: 4649
July 23, 2014 at 5:21 am
#1731697
Please post your error.
David Burrows
SSC Guru
Points: 65144
July 23, 2014 at 7:09 am
#1731746
=IsNothing(First(Fields!TOLERANCE_CHECK.Value, "NetUnitPricingReport"))
Far away is close at hand in the images of elsewhere.Anon.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply