Another beginner question no doubt - so apologies to start with.
Report requires comparing date fields (SLA success rate)-
RequiredDate
TargetDate
CloseDate
To calculate the SLA success, I have used a formula field;
If CloseDate <= RequiredDate then 1 else
if CloseDate <= TargetDate then 1 else 0
This is successful where there is a CloseDate. But what if the CloseDate is still empty (ie call open) and the TargetDate has been and gone? I have tried v unsuccessfully with some Date functions and would appreciate any help or guidance.
Many thanks
Penny
Report requires comparing date fields (SLA success rate)-
RequiredDate
TargetDate
CloseDate
To calculate the SLA success, I have used a formula field;
If CloseDate <= RequiredDate then 1 else
if CloseDate <= TargetDate then 1 else 0
This is successful where there is a CloseDate. But what if the CloseDate is still empty (ie call open) and the TargetDate has been and gone? I have tried v unsuccessfully with some Date functions and would appreciate any help or guidance.
Many thanks
Penny