The title sums up most of my questions. I am trying to create a leaderboard that can be filtered by “this month” to show who has made the most contributions during the current month.
The problem is that months differ in length so I can’t set something like “last 30 days” and I don’t see a way to edit the list down to “this month”.
I may be missing something but this may also not exist in Bubble. Any advice is appreciated!
Hi there, @crown… to have a repeating group show items from the current month, try adding constraints to the repeating group’s data source that look something like this.
Hey thanks for the reply. I think the problem is that the constraint I have is a users “Score” so it doesn’t have a date attached to it. I believe I need to reorganize my data so every time a user earns points it’s a unique data point with a creation date… then I can try applying what you have above to points earned during the month.