I have a list of events and want to create a section ‘events happening this month’ and ‘upcoming events next month’
I store the start date of the event. I was trying to do a ‘group by’ and then set the constraint where the ‘event month’ is the same as ‘current month’ but I can’t figure out how to get it to work.