Hi
I have two filter boxes (one combo box and one drop down). Both columns are working correctly but the results are appearing in random order.
Any tips to arrange these alphabetically? I have tried using the 'Sort,...,ascending' function in various ways to no success so far. Thanks.
Group combo box - Items = Distinct(Documents, Group)

Brand drop down - Items =
Distinct(
Filter(
Documents,
If ('Group filter'.Selected.Result = "All", true, Group= 'Group filter'.Selected.Result)
),
Brand
)
