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: 
tomato632
Contributor
Contributor

How to group time values by the hour?

Hi all,

I have a list of data with distinct times, ie 7:02, 7:03, 7:05. How do I group these time values into by the hour to use for my KPI measure? (Please see attached)

 

Thanks!

1 Reply
JGMDataAnalysis
Creator III
Creator III

Timestamp(Floor(YourTime, (1/24)), 'hh:mm') AS RoundedTime;