Hi,
When using the following expression I get all Yeses unless I put No at the end then it will say no for all rolls.
How can I get it to say yes if there is data in the field and no if there is no data?
Using the following expression below. FYI I have also tried using SWITCH and it does not work.
=IIF(Fields!AVAILABILITY.Value =
"","NO","YES")