Hi,
I would like to ask for your assistance in figuring out ways to sort the dropdown value in ascending order.
I am trying to use excel file as data source of my dropdown because it will be easier for me to maintain one rather than creating a new MS list for this.
I have this formula: Filter(Client_numbers,Client = DataCardValue33.Selected.Result)
Because I want to trim the selection of client number based on the selected client name
Now, after the formula I want to sort "Client number" in ascending order:
SortByColumns((Filter(Client_numbers,Client = DataCardValue33.Selected.Result)),"Client Number",SortOrder.Ascending)
But using this formula returns an error:
Error. (Error when trying to retrieve data from the network: Syntax error at position 11 in 'Client Number asc'. inner exception: Syntax error at position 11 in 'Client Number asc'. clientRequest ld: 1e6656ac-f718-48b4-b24f-7d116aca599d)