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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Turn around Time

Hi All,

I am facing an issue here, I have the following set of data which I have attached below. All I need to find is the time interval between the different S_Status Field for each T_Name:

4 Replies
tresesco
MVP
MVP

Try to create an additional column in the dummy set to tell expected output.

Not applicable
Author

I created a new field named "Time_2" and used the following query in Text Object:

=Interval(if(S_Status='F',Time) - if(S_Status='D',RT_Time_Field_2),'hh:mm:ss')

This did not work.

tresesco
MVP
MVP

In your attached xls file above, add one more column stating your expected output and re-attach here.

Not applicable
Author

Please find the new excel sheet with the expected o/p.