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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Lee1
Contributor
Contributor

Count the number of working days between 2 dates

Hello Qlikteam 😉

I would like to know how to count the number of working days between 2 dates in the editor expression

 

thank you so much for you're help

1 Solution

Accepted Solutions
santho_ak
Partner - Creator III
Partner - Creator III

Hi @Lee1 

You can use Network days function to get the same.

=networkdays([start date], [finish date]).

 

Thanks,

santhosh

 

PS: Please mark the solution that works and help close the thread. So that it will be helpful for other users with same question 

View solution in original post

2 Replies
Taoufiq_Zarra

@Lee1  you can use networkdays function

Regards,
Taoufiq ZARRA

"Please LIKE posts and "Accept as Solution" if the provided solution is helpful "

(you can mark up to 3 "solutions") 😉
santho_ak
Partner - Creator III
Partner - Creator III

Hi @Lee1 

You can use Network days function to get the same.

=networkdays([start date], [finish date]).

 

Thanks,

santhosh

 

PS: Please mark the solution that works and help close the thread. So that it will be helpful for other users with same question