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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Shahith
Contributor III
Contributor III

Grouping time in intervals of 30 minutes

Hi,

I have two columns, one is the Date and the other is the count, the date column is in 10-minute intervals, I need to group that in 30-minute intervals to show the flow of the count every 30 minutes, how can I do that?

Any help is greatly appreciated!

Shahith_0-1698754115573.png

 

 

Labels (1)
1 Solution

Accepted Solutions
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

You can create a new field in the script as 

Timestamp(Floor(Time, 1/48)) as Bucket

-Rob

View solution in original post

2 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

You can create a new field in the script as 

Timestamp(Floor(Time, 1/48)) as Bucket

-Rob