Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
vanderson009
Creator III
Creator III

Number Of WeekDays

Hi Community


I have one requirement,

I want to calculate Number of Weekdays in year.


Please help me.


Thanks

1 Solution

Accepted Solutions
VishalWaghole
Specialist II
Specialist II

Hi

U can try it by using networkdays() function.

=NetWorkDays(YearStart(Date),YearEnd(Date))

Thanks.

View solution in original post

3 Replies
CELAMBARASAN
Partner - Champion
Partner - Champion

Try with NetworkDays()

MayilVahanan

HI

Try like this

NetWorkDays() function

=NetWorkDays(YearStart(Today()),YearEnd(Today()))

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
VishalWaghole
Specialist II
Specialist II

Hi

U can try it by using networkdays() function.

=NetWorkDays(YearStart(Date),YearEnd(Date))

Thanks.