You can use a sheet to work with column and rows.
May you give me an example how to sort with this method? Thanks!
Who is the author of that extension?
Was it already published somewhere?
Do you have a link to its documentation?
Taifun
I needed in my app and I created , just all
How to use this list to do filtering while retain its header row
Which header?
hi is posible to short list ZtoA? if value same firstly will be element with lower index exmple: list 7,8,9,7,8 wanted result sorted by index 3,2,5,1,4.
Also will be good and AtoZ but then need if value same firstly will be element with higher index wanetd result 4,1,5,2,3.
Maybe you have another sugestion how to do what?
Hi, I did not understand your need. Give an example.
I have a Question if possible please answer .
For example i some json data response,
When i convert that data to lists i got 4 different list with same lengthsā¦
What i want is i want to sort a single list of names ascending and same like names list all other 3 lists should be arrangedā¦
Sorry for misstake desired resul for label 105 (6 4 8 2 1 9 7 5 3)
Sort list A to Z is for text not for numbers.
Use sort integer block for this.
Maybe you know how to get sorted indexes using sortintegers block?
You have to first filter your first list and get indices of that filtered list and use these indices to filter your other lists.
Currently there is no function in this extension to sort all these lists at a time. You may use any alternative if available.
Sort integer block will only give you sorted list.