Skip to main content
Announcements
YOUR OPINION MATTERS! Please take the Qlik Experience survey you received via email. Survey ends June 14.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Calculate number of days count

Hi,

     I need to find the number of working days between two fields where the work is til pending.

I've worked out with this expression and i couldn't acheive the proper count of it. Can anyone help me out to get the days count. Wil be so helpful for me.

This is what the expression i've used for that. please suggest me regarding this.

Expression used by me :

if(NetWorkDays([Job Task]<>'End',[Date 1],[Date 2]))

1 Solution

Accepted Solutions
Gysbert_Wassenaar

Try: if([Job Task]<>'End',NetWorkDays([Date 1],[Date 2]))


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar

Try: if([Job Task]<>'End',NetWorkDays([Date 1],[Date 2]))


talk is cheap, supply exceeds demand
Not applicable
Author

Thanks Gysbert for helping me in this issue