Can I gruop items in a repeating group?

Hi guys, can anyone tell me if I can organize a list of items by grouping them by date as in the example below?

Thanks :slight_smile:

can you explain you question more??

Welcome to the Bubble Community! :tada:

Yes you can. For your data source, at the end you can add ‘Grouped By’ then you can group it by ‘day’. :blush:

For what you are looking for, you might need a repeating group inside of a repeating group.

Does that help?

you mean something like this?

yes, you can use group in a repeating group. i am using it and it works.

image

ah, excuse me for asking such an obvious thing, I feel very stupid :sweat_smile:

Thank you so much :love_you_gesture:

1 Like

Not at all. :blush:

If you need more help setting it up, let me know and I can try to do an example for you.

mmmh here I am again!

The :group by solution doesn’t work, I went back to trying “repeating groups” one inside the other.

But I have this problem: I can’t get the parent group to filter/group the items by day. The result is that I have several parent groups repeating the same results.

*some data are placeholders

You’re almost there!

Your first RG:

  • type: grouping
  • data source: search for reviews group by date (eg. below with articles start date on the oldest article)
    image

In this 1st RG,

  • a text element to show the current cell’s date
  • a second RG

This second RG:

  • type: reveiews
  • data source: search for reviews with date within current cell’s date and current cell’s date +1 day

Then you can show any information about your reviews:

1 Like