Posted 12 July 2023, 7:04 am EST
I have this expression.
Format(ToDateTime(date), “MM/dd/yyyy”
But when I do not have any data for date, I get error, can’t convert null to date.
Is there any way to control these warnings as they take time in report making.
Thanks