Counting only workdays between dates

Сonversation on different topics
Post Reply
Jcoffman7
Posts: 1
Joined: Thu Oct 08, 2020 8:41 pm

Counting only workdays between dates

Post by Jcoffman7 »

I am wanting to count days between two dates and only include workdays. Below is my original expression, I am just unsure how to go about excluding the weekend days from the count.

{(((ER_Report_Count.Relation.Relation2.Date_as_Date - ER_Report_Count.Relation.Date_as_Date).TotalDays))}
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Counting only workdays between dates

Post by HighAley »

Hello,

There is no easy way to do it in our tool.
But you could add your custom function like this:
https://stackoverflow.com/questions/161 ... -two-dates

Thank you.
Post Reply