I would like to organize the time count by hour.
Sample Time Data
I sprit them into Hour, Min, and Sec.
I would like to create a table like this
Does anyone know how to do this using Alteryx tool?
Thank you,
Kazumi
Solved! Go to Solution.
If you already have the step of splitting the time into its components including hour, then just drag a 'Summarize' tool onto the canvas, add 'Hour' as your Group By field and then Hour again as a Count field. That will give you the table you want below.
Hi Jason,
Thank you for your suggestion.
However, there are missing hours and it doesn't show in the table (1, 5, 23).
Do you think it is possible to present "0" count in the table?
Thank you,
Kazumi
Thank you very much! I was able to do that successfully.
Sincerely,
Kazumi
Welcome !
User | Count |
---|---|
17 | |
15 | |
15 | |
8 | |
6 |