How can I compute the number of delay([age]), today vs [date_gl] but excluding sunday as additional day for delay or aging

3X_6_1_61a6322d911f086bb69650077c436ac0eacab1c3.png

0 3 126
3 REPLIES 3

Steve
Platinum 4
Platinum 4

Are we supposed to understand this?

[How can I compute the number of delay([age]), today vs [date_gl] but excluding sunday as additional day for delay or aging]

Hi @Audit_CKGoC

That may help you:

The rest of it is pure math, in my opinion.
Maybe something like:

TOTALHOURS([Date2] - [Date1]) / 24
-
(TOTALHOURS([Date2] - [Date1]) / 24)/7

(2nd part: count how many weeks, thus sundays, have been in the timeslot)

Top Labels in this Space