Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Aggregation Tool

Inactive User
Not applicable

Is their a tool in Alteryx where I can aggregate time slices in my input Data?

For E.g.: I have got a column with Time and Date as below:

 

Capture1.JPG

 

I want to aggregate these time slices into 15 minutes as below like from 05/01/2018 00:00 to 05/01/2018 00:14 to 05/01/2018 00:15 and so on. Appreciate your help! Thanks in Advance.

 

Capture2.JPG                  

2 REPLIES 2
danrh
13 - Pulsar

I don't know of a tool that can aggregate them directly, you'll likely need to do some manipulation first.  Something like:

image.png

This finds the number of minutes "over" the last 15 minute mark and subtracts them out of the time.  After that, it's just a group by in the Summarize tool.  Note that if the datatype is already date/time you don't need the DateTime tool.

 

Hope it helps!

Inactive User
Not applicable

Thank you for the solution. This really helped!!

Labels