How to aggregate data by hour in time series?
Hi JMP Community, I’m working with a time series dataset that includes timestamps at the minute level (e.g., 2025-07-12 14:03:00). I’m trying to aggregate the data into hourly bins so I can visualize trends over the course of the day. I’ve tried using the Group function with Hour(DateTime), but I’m not sure I’m applying it correctly in a summary table or graph. Also wondering if there's a clea...