Data do not come in order : List View

This block:

So is it that way?

i think yes, you can try it :wink:

Didn’t work :disappointed:

is this word - Gulme is static

1 Like

So you need some harder method:
Run a for-each item in list loop, the list will be the list of values, you’ve:
add to list Strings select list item : split at block (text category ) the text will be the item, and the at : would be the - string.the index var in your select list item block to 1
add to list numbers select list item list = : split at block (text category ) the text will be the item, and the at : would be the - string., the index var in your select list item block to 2
Now you’ve a 2 lists ,numbers list which is something like : (1,2,5,3,7) and strings list which is something like ( Gulme ,Gulme ,Gulme ,Gulme ,Gulme ).
Now using both two list see the logic used here same will be for your list:

Yes, of course if it was static it would be easier .

Point Out the Errors :sweat_smile: -

blocks (1)

blocks (3)

blocks (2)

blocks (4)

1 Like

where is ListAddon?

it’s a Extension -

the result is a list, therefore you shoud assign that to the Elements property rather than the ElementsFromString property of your listpicker or listview
Taifun

or just this one -

blocks (5)

blocks (9)

blocks (2)

blocks (4)

I’m hesitate to say that. But that didn’t work. I also get an error on the first technique.

Destroyed in Seconds.
:hot_face:

Which Error.

ddd
sdasd

This is all together a new Error. :sweat_smile:
it’s Not Related to Sorting Data or the Method for it.

Personally Never Faced this Error.
After Searching for it, one topic says - Update Your Companion to Latest Version.

I deleted and installed it, I get the same error.

then wait for some experts response. :sweat_smile:

1 Like

Thank you very much for your interest.

2 more topics -


BTW this is the result i got using a local list,
same it will sort your data.
Untitled

1 Like