I am trying to check the field(date field) value if it is null or empty. If it is empty or null then do not display anything. If there is a value then display the value of another field. But the following expression doesn’t seem to be working. Could you please let me know if there are any suggestions?
=IIF(Trim(Fields!field_date.Value) = "", "", Fields!field_name.Value)
1 Answer