Hi All
So let me try to describe the Problem:
I have made a report which shows data in a table.
Now Within this table I group on date (month) and some other unnecessary criteria.
Therefore the data which will be shown is summarized. Please see pic below.

But exactly there’s my problem. In the subreport I always get the first id. But that’s not quite what I was expecting.
I would expect the following behaviour:
Sum
'--> sumarized amount of several rows (eg. id of row one, id of row two, if of row n)
'--> pass n id's
'--> parameter PreFiltering of the Subreport contains an array of the passed id's
Final question: Is it even possible to pass more than one id within a parameter with
this approach?
Things I’ve already tried
without success:
- JOIN functionality
- SPLIT functionality