Question
If Statement on Custom Form - Compare Date Fields to Show not Meeting Deadlines
Hi,
I am attempting to create a custom form calculated field to show if we met our agreed upon due date.
We have a field on a custom form labeled 'SLA Date' that is auto generated with a date 5 days after submission - this field uses the current parameters of:
ADDWEEKDAYS({entryDate},5)
I am then trying to compare that field to Actual Completion Date.
I am using the following parameters and continue to get 'N/A' - Does anyone have any idea why this is not pulling correctly?
IF({DE:SLA Date}<{actualCompletionDate},"SLA MET","SLA Not Met")
I am trying to say - If 'SLA DATE' is less than 'Actual Completion Date' then put 'SLA MET'. If it is not put 'SLA Not Met'
If the reasoning is due to the 'SLA DATE' field being an already calculated field causing issues. I can also use another Custom Form Field - 'Expected In-Market Date' - which is just a standard Date Custom Form field.
Any advise or guidance would be helpful.
Thanks everyone!