How would I use regex/custom fields to extract only the hour portion of a date value?
So for example if I want to group by the 9am, 10am hours rather than Mixpanel’s default behavior with the ‘hour’ selector of grouping by hour AND day, how would I do this?
Thanks in advance