Hello all
The situation I am facing is that I have a node I fill with data from a bapi, now I need to sort that node by one of the parameters I am getting with every element, lets say I get jara, bira, and goofi as parameters and the node should be organized that the first lines to be seen should be with the "jara" parameter, the second should be "bira" and then "goofi". Now I think that the Comparator wont help here cause there is no alphabetic or number logic only business logic, please give me the idea how to implement something like this.
Oren