obsidian-tracker icon indicating copy to clipboard operation
obsidian-tracker copied to clipboard

create datasets encompassing different date ranges

Open Nubicola opened this issue 2 years ago • 1 comments

I didn't find this capability in the examples or instructions; if I missed it sorry about that and please let me know!

My goal is to create bar charts that show the average of values in the past week. I record values for a certain event every day. I'd like to chart the weekly average of those values. So the first bar would be the -4w average, the second bar the -3w average.

I thought this would be accomplished with datasets, but I don't see how to use more than one date range. I imagined something like startDate endDate Dataset 1

startDate endDate Dataset 2

Nubicola avatar Nov 26 '21 08:11 Nubicola

I'm afraid we cannot do that for now. The startDate and endDate parameters apply to all dataset while extracting data.

In future we may add a dataset expression to help do this.

pyrochlore avatar Nov 29 '21 01:11 pyrochlore