I'm trying to build a filter that will show me 7 Days Out from our set due date and 14 days out from our set due date, but I only want working days, do not want to include weekends.
I currently have the following Filters and they work:
Past Due: "Required Due Date" < startOfDay()
Due Within Next 3 Months: "Required Due Date" <= endOfMonth(3)
Due By End Of 2020: "Required Due Date" <= endOfYear(1)
What I'm trying to build is:
7 Days from Required Due Date and 14 Days from Required Due Date, but without including weekends.
"RDD" < -7d
"RDD" < -14d
You can also use -1w, -2w also.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.