Hello,
I have a report based on a query. Query is in order based on a table. I need one of the fields in my report shows "Not Applicable" when a criteria is met.
I used this code in expression builder but it didn't work:
= iff("Home","NOT APPLICABLE", [place_detail])
I was trying to say if...