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: 
Anonymous
Not applicable

Time difference based on First Complete Status

Hi Team,

I want to find the time taken from "In Process" to "Complete" by Team Wise/Month wise etc..

Here the problem is for some reason we have few more entries as "Complete".I want to find the time difference from "In  Process" to first "Complete".

Kindly review the sample data and help me.

Thanks & Regards

Jeba

1 Reply
MarcoWedel

Hi Jeba,

one possible solution:

=Interval(Min({$<Status={'Complete'}>} Date)-Min({$<Status={'In process'}>} Date), 'DD hh:mm:ss')

QlikCommunity_Thread_130413_Pic1.JPG.jpg

hope this helps

regards

Marco