Only unique results in a RG

Is it possible to show only the unique results within an RG? If so how would I do it?
I couldn’t find unique elements anywhere.

What I have is an RG going to a table with events happening on different dates, multiple events on the same date. What I want is a list of dates where there is events but only one instance of the date. I can get the list of event dates, just want to boil it down to one date per set of entries.

do a search for: data: group by Date

Champion

When doing a search use operator :unique elements.

So Ive come up with a bit of an issue. The dates I was working with were in text format however, I have a field where the date is in date format and I changed to using that but the group by date doesn’t work anymore because its taking the time into account (I think) So I figured Id use the group by day but no data populates when I swap to that.

image

I assume Im setting it up wrong. Any help is appreciated

Bubble starts grouping from a start date. So either you can put a arbitrary date - enter a date (in correct format).
Or you can do current date - rounded down to year to start from this year.

Whichever suits your use case.

This topic was automatically closed after 70 days. New replies are no longer allowed.