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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
abhaysingh
Specialist II
Specialist II

Holiday Working question

I have one table in which Total holidays dates are present,

i want total working days to count which is Count(Total Days of Month) - Count(Holidays)

getting some glitch in output pls suggest.

pls find the attached sample data for holidays

1 Solution

Accepted Solutions
asgardd2
Creator III
Creator III

I hope, this solution is correct.

Application in attachment.

View solution in original post

31 Replies
MK_QSL
MVP
MVP

You can use Networkdays function..

function:networkday

abhaysingh
Specialist II
Specialist II
Author

sorry not understood

sasikanth
Master
Master

Try this

Networkdays(startdate,enddate,holidays)

*there is no transaction date column other than holidays in you attachment

MK_QSL
MVP
MVP

To understand it.. click on the link which I have provided..

abhaysingh
Specialist II
Specialist II
Author

i dont have start date and end date, in this so in that case what to do?

MK_QSL
MVP
MVP

Provide proper data.... Along with the result you are looking for..

Both in excel file..

abhaysingh
Specialist II
Specialist II
Author

hi manish i have this file only, u can take continuous dates calendar.

deepakqlikview_123
Specialist
Specialist

Hi ,

do you have total count of all holidays or only default holidays are there for sunday.Please specify your requirement specifically.

Thanks

sasikanth
Master
Master

please check the attachment