core.noscript.text
Hi,
How do I replace nulls in a DateTime field with a blank/empty?
The below doesn't work.
If IsNull([DateTime]) THEN "" ELSE [DateTime] ENDIF
Solved! Go to Solution.