I have a field with a formula that calculates total days using this formula:
Any suggestions are appreciated.
I have a field with a formula that calculates total days using this formula:
It appears that the field is being sorted as a string type because of the "N/A" in the return value of false. If the return value is removed, the field should be sorted as numeric.
IF({Status
}="Unassigned", WORKDAY_DIFF({Create Date},TODAY(),'2023-09-04'))
It appears that the field is being sorted as a string type because of the "N/A" in the return value of false. If the return value is removed, the field should be sorted as numeric.
IF({Status
}="Unassigned", WORKDAY_DIFF({Create Date},TODAY(),'2023-09-04'))
That was it - thank you very much.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.