Sort by Name

Hi there,

<!–StartFragment–>I would like to sort a list by name. I need to sort the viewplan list by name. In fact it is sorted by date of creation, I mean, if you create another one starting by 1, it is gonna go at the end of the list. I would like to put all the view name started by 1 first, then the view name 2, an so on.

 

And after that, I would like to split the list with a sublist of 1, 2… etc.

 

Thks for your help

 

Thks KULKUL!

And do you know how to split it by the first digit?

List:

[0] 1WL1. 1WL2

[1]2WL1

[2]3WL1;3WL2

etc…

Thks a lot

Hi,

I did it! Thks

You could explore the GroupByKey node