Hide duplicate data in Repeating Group

This is my repeating group with a list of dates and numbers (ISO Weeks).

How do I stop ISO Weeks from repeating in the following cells? Ideally, the number (ISO Week) should only be displayed once.

Hello, could you share the DB fields and the do a search screenshot?
Usually, depending on how your DB is structured, you could use a group by operation

Hi @rafael.tgt

It’s a really simple set up I have:

The ISO Week is simply a number field.

The vehicle has a list of inspections that I want to “group” by ISO Week, which I store as a number in the ISO Week field.

I’m almost positive @romanmg did a video or post covering this a while back, but I can’t find it anywhere.

Not sure which tutorial you’re thinking of (I’m sure it’s out there), but I have a quick demo here with a similar data structure and a few test records: coaching-sandbox | Bubble Editor

Check out the condition on the ISO text inside the RG. That will hide the text if it’s found to NOT be the first record in its ISO week.

Is this what you’re looking for?

1 Like

This is perfect. Thanks again Gaby. Appreciated.

1 Like

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