sqldevlearn
Old Hand
Points: 397
More actions
November 6, 2018 at 2:53 am
#380796
How to display Yes when an SSRS expression value is null, I have an SSRS expression as followsIn some cases my value can be NULL, in that case also I would like to display as Yes
November 6, 2018 at 3:26 am
#2012498
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