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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
drohm002
Creator II
Creator II

Grab max timestamp for each date

Hello, either in my script or in the chart itself or a calculated dimension, how do I grab the max timestamp per date?  So basically, how do I flag/grab only the yellow rows below? Thank you for your time

drohm002_0-1736969262859.png

 

1 Solution

Accepted Solutions
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Time(Max([CHP PACU] | End Time]))

-Rob

View solution in original post

2 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Time(Max([CHP PACU] | End Time]))

-Rob

Bhushan_Mahajan
Creator II
Creator II

@drohm002 Take max of [CHP PACU] | End Time] column and then convert it in required format.