0
votes

I have a report in which I use a subreport as a table with data, and the table has a Column Footer and I need to print this Column Footer just not on the last pages, for this I use print when Expression: new Boolean($P{REPORT_PARAMETERS_MAP}.get("isLastPage") == null), but since the subreport does not determine which page it is currently on, columnFooter is always printed and on all pages the question is how can this problem be solved?