Hi again.
Sort By Key node is sorting the keys by ascending. How can I sort it by decreasing?
I always have a problem, that I can order any keys it the way I want, but I do not understand how can I correspondingly change the order of the elements.
Hi again.
Sort By Key node is sorting the keys by ascending. How can I sort it by decreasing?
I always have a problem, that I can order any keys it the way I want, but I do not understand how can I correspondingly change the order of the elements.
Hi @sashka364
Here is another possible way. Using “SortIndexByValue” it sorts a specified list by the values of its members in either ascending or descending order.
Seems like you’d be better off using GroupByKey instead and next sort within each group
Also, you should consider creating a new topic.