Hi everyone!
I need to sort a list of items based on a sub-item thatand couldn’t find a way to accomplish that.
Basically I have a SHOPPING LIST that is made of a list of ITEMS, which have:
- seller (with name, contact, address)
- product (with name, price)
- quantity (number)
I’m using a repeating group to show this information (list of ITEMS), but when I’m setting it up I can only sort the LIST OF ITEMS by “quantity” and I wanted to order it by “Product.Name” or “seller.Name”
Anyone has a sollution for that?
Thanks,
Felipe.