You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something like this, but... How can I match section data with Time key?
```dataview
TABLE time, time.section
FROM "/"
WHERE startswith(file.name, dateformat(this.file.cday, "yyyy-MM"))
SORT file.name
WHERE time
WHERE time.section.level = 2
```
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have some sections in Daily Notes and want to create a monthly report for them
Expected result

Something like this, but... How can I match section data with Time key?
Beta Was this translation helpful? Give feedback.
All reactions