Mainro
1
Hello !
I think here is a simple question
My Item has one category :
and the category as a name which is a text :
I would like to display the items in repeating groups by categories so how can I filter them ?
Last questions, I would like to do like on this website :
https://www.frichti.co/c/epd-group#formules
Differents categories with differents items. As you can see they are separated.
In bubble is it better to do differents reapting groups or only one with specials functions ?
Big thanks to community,
Romain da (#Noob)
neerja
2
You can have 1 repeating group with multiple conditionals. Here are some similar forum posts.
2 Likes
NigelG
3
Lots of examples of this in previous posts.
It does need a bit of mind bending, but you need to search for unique categories, sort that, then search for items in that category.
So instead of finding items, then sorting them by category. You find categories, sort them, and find the items.
1 Like
Mainro
4
ok thanks to you two I gonna try ! I come back too you !
Mainro
5
BIG THANKS ! to you two !
I finally followed your process Nigel and it works !
Now how can I want to determine the order of the categories…
Mainro
6
Is it possible to choose a number for each category to choose the order they are sorted ?
Mainro
7
I found the solution ! thanks to hikaru !
SO you have to add a field at category : “order” wich is a number (integer for coder) and simply sort by this order !
That’s all !
Thanks to all o you guys !!
1 Like