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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

time conversion

In my table i have casecreated and case closed fields.i want the output as no.of working days between that case created and caseclosed

2 Replies
anbu1984
Master III
Master III

Networkdays(CaseCreatedDt,CaseClosedDt)

simondachstr
Specialist III
Specialist III

NetworkDays(Date(case created),Date(case closed),'Possible holiday dates')) as [Working Days]