Hi, bubblers.
Let’s imagine I have two dates: Start and Finish.
I create a range (using data type “Date range”) to make Start to be the first date in the range and Finish to be the last one.
Now I want to find out how many working (business) days are included in my date range.
One of the ways is to create a list of things, where every date from date range will be created in database. Than it will be possible to Do a search for dates “Sat” and “Sun” :count. But this way is not the best one, I suppose.
Does anybody have a better idea to solve that?
