I just wish that the cofounders had deep technical experience instead of coming from MBA school. I feel like there’ll always be a disconnect between what engineers need and what Bubble thinks it needs.
I’m about 1 or 2 forum threads away from switching to Webflow, they seem to have a better dev community built around them.
I’m still here because I want to like Bubble, as its core UX was promising. But Emmanuel’s unhelpful comments in the forums just displays a total disregard to what their paying customers want.
It’s funny I’ve been trying out the List Shifter, but the UI is a little confusing (one example being that it wasn’t obvious that I needed to set up an action, as I thought that setting the fields in the element was all that needed doing until I looked at your examples).
So maybe you can clarify something for me, or maybe it doesn’t do what I need it to do. I’ve been looking at the examples, and trying to implement it with my own app.
I have a list of things with a to-many relationship (ie, to a related list of things). Let’s use the example of Houses and Paints. Instead of a House having one Paint, let’s assume it has a list.
Now how do I display a list of Houses, sorted by the number (count) of Paints that they use? E.g., House A might use 3 paints, House B might use 5 paints, House C might use 1 paint - therefore my list would display as:
Hello,
Thanks for this solution, I also have a sorting issue with my app. I tried what you suggested but it still doesn’t work…
Basically, I have an RG that contains items, and each item has a field “itemGender” which is a Type “Gender” that I created. The type “Gender” contains the fields :
What I wanna do is to sort my items by gender rank, not descending : so first the items with the gender “Men”, then “Women”, then “Both”.
I tried to sort the items within a dynamic field (now I think it’s called “Change which field…”) :
So I’m sorting with : Search for items > itemGender > genderRank (because the dynamic field name must be printable and it can’t be the type Gender), and then I do : “Descending : no”
But when I test it, no items are displayed on my page, and the debugger shows this error message :
(popular item week is the name of my RG)
I also tried with setting the dynamic sort field at “search for Gender : genderRank” but it shows the same kind of error message :