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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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

Labels (1)
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
MVP
MVP

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.