Dear Community,
I have a gallery1 on my form with the data of my Sharepoint List displayed.
Now i want to create a filter with a combobox that gives me the unique values of the Sharepoint column called "Afdeling".
And i have this command which works fine:
Distinct('Employee Directory';Afdeling)
But when i use no value in the combobox the gallery1 should display all the records but it's blank.
So i made this but it doesn't work:
Filter('Employee Directory';cmbAfdelingFilter.Selected.Value = Afdeling) || IsBlank(cmbAfdelingFilter.Selected.Value)
And how can i make the items in the combobox sorted?
Gr.p