can I create a formula to calculate “Overdue Days” in Stackby?
Here’s the overdue formula in Stackby:
IF(TODAY() > {Due Date}, DATE_DIFF(TODAY(), {Due Date}, “days”), 0)
can I create a formula to calculate “Overdue Days” in Stackby?
Here’s the overdue formula in Stackby:
IF(TODAY() > {Due Date}, DATE_DIFF(TODAY(), {Due Date}, “days”), 0)