P
Palacelaw
I want to calculate the difference between Opened_Date and Date_Completed in
Y, M, D format in a field called Number_Of_Open_Days with the following
conditions.
If Opened_Date is null then Number_Of_Open_Days should be null. If
Date_Completed is null then Number_Of_Open_Days should be the difference in
Y, M, D format between Today and Opened_Date.
I've tried various combinations of DateDiff with no luck.
Thanks in advance for your help.
Y, M, D format in a field called Number_Of_Open_Days with the following
conditions.
If Opened_Date is null then Number_Of_Open_Days should be null. If
Date_Completed is null then Number_Of_Open_Days should be the difference in
Y, M, D format between Today and Opened_Date.
I've tried various combinations of DateDiff with no luck.
Thanks in advance for your help.