Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I would like to find the difference between two dates in net working hours. I can get the no. of days with networkdays, but cannot find the net working hrs. This I can easliy achive in excel but not in Qlikview.
I am attaching the sample Qlikview file and Excel file.
Thanks in Advance
- Rajesh Sanghvi
Hi Rajesh, check this out. Let us know if this is not what could help you.
I do not have much data at the moment, but a year down the line there will be tens and thousands of records so How will be the performance then?
Dear Rajesh,
Use Networkingdays() for the days and
hour(start)-hour(end)/24 + minute(start)-minute(end) /1440 + seconds(start)-seconds(end)*86400
the results is the net days in decimal like this: 10,46 working days
have fun
Mark