Convert Database Text field into Date error
I use the following formula: CASE WHEN JobCompletedDate IS null THEN null
ELSE PARSE_DATE(“yyyy-MM-dd”, JobCompletedDate)
END
I use the following formula: CASE WHEN JobCompletedDate IS null THEN null
ELSE PARSE_DATE(“yyyy-MM-dd”, JobCompletedDate)
END