Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
sandeepprasad_j
Creator
Creator

Formula to create working days including sat and sun???

Hello Experts,

Is there any function or formula to calculate the working days including sat and sun...

Thanks a ton in advance.

Sandeep.

1 Solution

Accepted Solutions
jagan
Luminary Alumni
Luminary Alumni

Hi, 

Try Interval() for getting the difference between 2 dates if Saturday and Sunday are working days.

=Interval(EndDate - StartDate, 'd')

If Saturday and Sunday are not working days then use NetWorkDays().

Hope this helps you.

Regards,

Jagan.

View solution in original post

2 Replies
jagan
Luminary Alumni
Luminary Alumni

Hi, 

Try Interval() for getting the difference between 2 dates if Saturday and Sunday are working days.

=Interval(EndDate - StartDate, 'd')

If Saturday and Sunday are not working days then use NetWorkDays().

Hope this helps you.

Regards,

Jagan.

sandeepprasad_j
Creator
Creator
Author

Thanks so much Jagan...

Sandeep.