I'm struggeling by implementing a group by functionality in data mapper. Has anyone a hint for me, how to group subnodes by property and then to calc the sum of each group?
The file has the structure below. I would like to group by the '@positionNumber' and then sum up the quantities of the subnode 'quantityFirstChoice', in this case 55 + 100 (first and third sub-node).