HI, I have brought in a data set that has a date column in it, some of which are blank. For the blank ones, I want to default the same date. I have created the formula below, but for some reason it is converting my date to 1905:
if IsNull([Leave Date]) then 2025-03-31 else [Leave Date] endif
But the date that is showing in the output is: 1905-06-13
Please can somebody say where I am going wrong?
Many thanks