Hi bubblers,
Looking for some advice for custom sorting a repeating group.
I have a list of Products. Each Product has a Brand.
I want to sort the Products RG so that it shows the first product of each Brand, then 2nd product of each Brand and so on.
So the RG will be sorted along the lines of:
- 1st Product of Brand 1
- 1st Product of Brand 2
- 1st Product of Brand 3
- 2nd Product of Brand 1
- 2nd Product of Brand 2
- 2nd Product of Brand 3
- etc.
Not sure if this is possible natively or whether a plugin is needed.