What I’m trying to do
Hi there, I have my film base in Obsidian. Each film note has a property watched with a date format. Some notes have an additional property with a date rewatched property.
What I would like to do is create a view of a year with all notes watched/rewatched in that particular year. So far I can display both, but only after one another. So I get a list with all notes with a date watched property and then after that a list with all notes with a corresponding rewatched property.
I want one list sorted by new → old.
So I need a formula I guess to optimise the view and create one list.
Something like: If seenOn does not match the year selected, check seenOn2 if that matches treat as seenOn or if not don’t display note.
Things I have tried
Using the Sort by or Sort by Group options. Hereby, I get one list but with the explained variation in the sorting process.
I’m super grateful for any ideas.