Current cell's is empty -> display next cell which is not empty

Hello bubble members :slight_smile: Hope your day is going great.

I was thinking, i currently have a RG that displays database type X displaying app data A,B,C,D,E,F,G with Current cell’s.

Some entrys have blank fields, because they don’t all share the same data subjects.

But in the RG it looks unattractive that some cells just don’t show, beacuse no data in entry.

Is it possible to only show entrys that have data in order?

Example: If A,B and E is not empty out of A,B,C,D,E,F,G i only want those displayed.

Should i create different data types and merge the list with another? Or is there another way?

Thank you very much! :slight_smile:

Hi @niklasf :slight_smile: Welcome to Bubble!

You can set a few search constraints on the repeating group such as:

Do a Search for X, with the three separate search constraints being:
A is not empty
B is not empty
E is not empty

That will display all of the X’s who’s A, B and E fields are not empty. :slight_smile: