I’m going to have a lot of data, mostly numbers logged by date/time, going back a long way.
What I’d like to do is display them in a sort of timeline, but not every single detail, more like the average number for a time period. Like, if you logged your body weight every day for a year, you’d be able to see that history as your average weight each week, or each month.
So I think what I need is a list of date ranges that cover the entire time period that the data itself covers. That list can be in a repeating group, then each cell of the repeating group would have a date range, so I could search the log for entries in that date range and average their values.
But how do I get a list of date ranges? Is there a better way to organize this?