susiesunshine
Technical User
This formula is giving me a "bad date-time format string" when I run the report, but shows no errors when checking the formula:
if isnull({HDCAllCases.Closed Date}) then
CurrentDateTime else
datetimevalue({HDCAllCases.Closed Date})
Any ideas?
if isnull({HDCAllCases.Closed Date}) then
CurrentDateTime else
datetimevalue({HDCAllCases.Closed Date})
Any ideas?