Skip to content
Discussion options

You must be logged in to vote

I believe after messing around for a bit more this should give what you want

```dataview
table rows.watched as watched
flatten watched
where contains(watched, "2021")
sort watched desc
group by title
sort rows.watched desc
```

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
4 replies
@filmgal
Comment options

filmgal Jul 29, 2021
Author Sponsor

@M-bot
Comment options

M-bot Jul 30, 2021
Collaborator

@filmgal
Comment options

filmgal Jul 30, 2021
Author Sponsor

@M-bot
Comment options

M-bot Jul 30, 2021
Collaborator

Comment options

You must be logged in to vote
1 reply
@filmgal
Comment options

filmgal Jul 30, 2021
Author Sponsor

Answer selected by M-bot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #357 on July 29, 2021 05:42.