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: 
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
Partner - Champion III
Partner - Champion III

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
Partner - Champion III
Partner - Champion III

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