Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi I am trying to create a calculation with criteria,
I want to calculate the time difference from Application to any other Status in the New Status filed. The catch is that I only want this to be done if the original old status is NULL. I would like delta to be in day hour month second time frame.
Unique ID | StatusChangeDate | Old Status Description | New Status Description |
21 | 36:45.7 | NULL | Application |
21 | 46:51.5 | Application | Active |
21 | 47:08.6 | Active | Inactive |
61 | 52:47.9 | NULL | Pending |
61 | 30:14.4 | Pending | Active |
61 | 00:00.0 | Active | Active with Audit |
Best!
Hi All,
For some reason all suggestions that I have received have not worked, but I very much appreciate everyone's advice and suggestions.
I tried another method, creating flags and time differentials for each of the possible paths(Status Changes) that a UID could take after the initial criteria of going from null to application. I am still missing something in the scripting that will not give me what I am looking for on the front end. I have listed the code below for reference and/or suggestions.
Thank you again for all of the help, Cheers!