Dear community,
I have a gallery on my form and a combobox called cbSort for sorting the Gallery items alphabetically.
I have set property Items to: ["A-Z"; "Z-A"]
And property DefaultSelectItems to: {Value: "A-Z"}
and this is the code in the items of the gallery:
"crcfa_achternaam";
If(
cbSort.Selected.Value = "A-Z";
SortOrder.Ascending;
SortOrder.Descending
)
)
)
Why do i get to see an empty list when i click on the comobox?
I even tried adding a value. but no luck either
Gr. P