dbryant4891
6 years agoQrew Trainee
Convert Date Field to Text
I'm creating a Formula Date field called [Calculated Follow Up Date]. I've entered the following formula:
If(not Contains([Detailed Status], "Clinical Review In Process")
or not Contains([Detailed Status], "Cancelled")
or not Contains([Detailed Status], "Completed") and
IsNull(ToDate([F/U Detail])) and
[Records Request Status]="Requested",
[Maximum Records Request Date Sent] + Days(3),
There's more to the formula but the entry in bold is the only part that is giving me the error "expecting text but found date". I've tried multiple type conversions but none will get the error to go away without. Originally my [F/U Detail] field was giving me this error but I was able to get this corrected.
What am I doing wrong here!? If it's needed, I've provided a screenshot and file attachment.
------------------------------
Danaya Bryant
Business Analyst
The van Halem Group
Atlanta GA
danaya@vanhalemgroup.com
------------------------------
If(not Contains([Detailed Status], "Clinical Review In Process")
or not Contains([Detailed Status], "Cancelled")
or not Contains([Detailed Status], "Completed") and
IsNull(ToDate([F/U Detail])) and
[Records Request Status]="Requested",
[Maximum Records Request Date Sent] + Days(3),
There's more to the formula but the entry in bold is the only part that is giving me the error "expecting text but found date". I've tried multiple type conversions but none will get the error to go away without. Originally my [F/U Detail] field was giving me this error but I was able to get this corrected.
What am I doing wrong here!? If it's needed, I've provided a screenshot and file attachment.
------------------------------
Danaya Bryant
Business Analyst
The van Halem Group
Atlanta GA
danaya@vanhalemgroup.com
------------------------------