Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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:
Try to create an additional column in the dummy set to tell expected output.
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.
In your attached xls file above, add one more column stating your expected output and re-attach here.
Please find the new excel sheet with the expected o/p.