display true when an SSRS expression value is null

  • How to display Yes when an SSRS expression value is null, I have an SSRS expression as follows

    In some cases my value can be NULL, in that case also I would like to display as Yes

  • Resolved 

    =IIF(IsNothing(First(Fields!IsActive.Value,"ds")) OR First(Fields!IsActive.Value,"ds") = true, "Yes", "No")

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply