When I create a report and use in groovy
def list = params['Entities']
the entities are somehow unsorted appearing and the printout is not sorted.
I did expect, that the entities are sorted the same way as they where when I did call the report.
Do I have to program a sorting of these entities in groovy ?
Regards
Felix