Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a very simple question, how to calculate the number of weekdays between 2 date fields?
like in Jan 1/1/2016-31/1/2016
Mon-- 4
Tue-- 4
Wed-- 4
Thr-- 4
Fri-- 5
Sat-- 5
Sun-- 5
Create a master calendar.
Then select a data range, e.g. a Month field value from the calendar.
Create a straight table chart with dimension WeekDay and as expression
=Count(WeekDay)
You could use the function NetWorkDays(start_date, end_date)