I currently have charts showing fields from all available daily pages, but I want to limit them to only pages in the last 60 days. This is the line that gathers the pages and arranges them in the right order:
You’d include the duration part within a where clause, and it kind of depends on how you get the date from your daily notes, but something like the following should work:
Bonus tip: How to present code properly in a forum post
If you want to showcase either markdown, or code blocks, or dataview queries properly in a forum post, be sure to add one line before and one life after what you want to present with four backticks, ````. This will ensure that any other backticks (like for code blocks or queries) is properly shown.