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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Date/Time Calculation Question

I have to calculate the amount of hours that a request takes to move through our system. I have several Date/Time fields to use in my calculation (formatted as YYYY-MM-DD HH:MM:SS). These are the fields I am using:

Origination Date/Time

HR Approval Date/Time 1

HR Approval Date/Time 2

HR Approval Date/Time 3

HR Approval Date/Time 4

I need the difference between the last HR Approval we have received and the Origination Date/Time. I know it's the difference between the Approval and Origination fields, but I'm not sure how to take into account that it can be any of the 4 approval fields. I hope this makes sense!

Thanks,

Jennifer

1 Reply
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

How about:

RangeMax([HR Approval Date/Time 1],
[HR Approval Date/Time 2],
[HR Approval Date/Time 3],
[HR Approval Date/Time 4]) - [Origination Date/Time]

-Rob