Forum Discussion
Split data into hourly buckets based off Start/End datetime?
I am starting with a simple table that contains Start and End values:
Based off these values, I would like to generate a new table that is bucketed into hourly values. My desired result would look like this:
Any help on generating a result like this is much appreciated! Thanks you.
- Anonymous5 years ago
Hi chad_oge
You can get the time list first and then subtract in chronological order .
Refer the following link to return the hourly values
Best Regards
Community Support Team _ Ailsa Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
1 Reply
- AnonymousNot applicable
Hi chad_oge
You can get the time list first and then subtract in chronological order .
Refer the following link to return the hourly values
Best Regards
Community Support Team _ Ailsa Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.