Inserting value by mark


hello all, i need discuss about inserting range value to parameter NOTES_1 through Mark Parameter…your help is precious

Hello, here is an example with an instance parameter assuming that your elements are in the same order of the recovery of your Mark parameter
When sending

Cordially
christian.stan

Thanks for your attention…regarding of my case there are problem when i list.filter the data not sorting by letter then number…any solution of this case?

Look up ‘natural sort’.

You could probably achieve that by removing the ‘P’, turning the strings into a number, and using that as your key to sort by. Whether that’ll work depends on exactly what inputs you’ve got, but based on your sample it’d do the trick.

I’ve done with that way but the result is same

Those are the same inputs. If you remove the P and convert the digits to a number and use those as keys you’ll get a numerical sort.

i’ve already remove the P and convert to a number but still didn’t works

Hi @w.pandu.wHY7CT your list length doesnt match

1 Like

.
You used List.Sort instead of List SortNatural. See image for the difference.

And pay attention to this yes.

1 Like