SSRS hide column

  • 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.

  • Please post your error.

  • =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