Enable grouping in a gallery or table view based on related items.
Example: I want to create an asset gallery of images and I want to organise them into groups. For that I have a second database called ‘asset groups’. The asset is linked in a one-to-many (edit: many-to-many) relationship to the group, i.e. one asset can be in many groups. Now in my gallery view I would like to group my assets based on this, but it’s not possible. I can create a multiselect field in the asset which does the job correctly, but in order to allow customers to easily create new groups that is not a feasible option.