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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
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]