DN2725
29 days agoQrew Member
Formula - ToDate
Hi ,
I'm using QB & struggling to complete my formula with a date.
Basically I want to write:
==> If([Release Date (Manual)]<>null,ToDate([Release Date]),[Release Date (Manual)]
So 'if the Manual field is empty, take the normal release date field, otherwise: take the manual field'.
--> However, it's giving an error on the red part: "Expecting text/datetime/workdate but found date"
What am I doing wrong :( ? Thx !