Is It Possible to Have Nested Reports in Reporting?

Purpose

Is It Possible to Have Nested Reports in Reporting?

Answer

Yes. We can have a {report-table} inside a {report-block} or any other combinations. We can even have {report-block-1} inside a {report-block}, up to 5 levels deep if you wanted to.

For example, if we want to report on {table-data} inside {repeating-data}:

{report-block} {local-reporter:data:yourRepeatingData} {local-reporter} {report-body} {report-table} {local-reporter:data:yourTableData} {local-reporter} {report-column:title=Column 1}{report-info:data:yourField1}{report-column} {report-column:title=Column 2}{report-info:data:yourField2}{report-column} {report-table} {report-body} {report-block} --------------------------------------------- {report-block} {local-reporter:data:yourRepeatingData} {local-reporter} {report-body} {report-block-1} {local-reporter:data:yourTableData} {local-reporter} {report-body-1} {report-info:data:yourField1} {report-info:data:yourField2} {report-body-1} {report-block-1} {report-body} {report-block}

Â