Hello,
Is it possible to filter out duplicates?
I get my data:
SortByColumns(Search(colAllData; Trim(TextInput1_8.Text) ;"Title";"field_1";"Lastname";"Firstname";"field_7";"DateText";"MonthValue";"field_12");"Title";If(SortOrder.Ascending;SortOrder.Descending))
The fields in the gallery are Labels and the names that has match our CUSTOMER fields

So in the gallery i see multi customer names
How to avoid it so i only see 1 of each other without duplicated

Thank you