Posted 13 November 2025, 6:48 am EST
I’m trying to build a report in ActiveReportsJS where a Banded List is bound to a main dataset that has grouped records.
For each row in that Banded List (details), I need to render a Table that is bound to a different dataset, but that dataset must receive a parameter derived from the current row of the Banded List.
The parameter must then be included inside the POST body of the dataset’s request so it can fetch the correct filtered data for that specific row.
In short:
I need per-row parameterized sub-queries inside a Banded List, but I can’t find a clean way to take a field value from the parent row and use it as a dynamic parameter in the dataset request body for the child table.
I tried using sub-reports, but they broke my page structure, I do not know how to limit the sub-report to display the elements inside only rather than a full page.
