I feel that this question would've been asked by thousands but I failed to find any mention of it in the internet...
Dataverse provides a whole lot of date filters like Equals, On, On or before/after, Next/Last N week/month/year...etc. But I can't find a way of using this filters to construct a view that returns just the current Event records. By 'current', I mean
- Start Date is current date or before current date, and
- End Date is current date or later than current date
How do other people construct the view to achieve this requirement?
I had used Start Date Last 1 year and End Date Next 1 year, but feel this isn't perfect.