Hi everyone, I’m building a menu page that displays a database [“Brand”,“Category”,“Flavor”,“Description”] and I have another database that includes all the brands. I was able to build a repeater that displays all the info, but I don’t want to display the Brand for every list item. Instead, I want all the items in the database to be grouped by the brand. Is this possible to do without a filter?
In the image I posted, “Juice Man” should only appear at the top of the list, and since “Unicorn Frappe and Breakfast” are part of the juice man brand- they should be displayed before the next brand appears.
It is possible, but i don’t understand from your description if you wish to have a single repeater item per brand or to have separate repeater item per each item, but to have one title per brand (i.e. to sort the items by brand and then to display the brand title on the first item of each brand).
I believe that a separate repeater item for each listing would work with my database. Doing a sort was possible, but I want to list all the brands without filtering it. The brand title on the first item of each brand would be the perfect solution- but i’m afraid that i’ll need to write code that finds the first instance of a brand.