I have a report with a grouping based on parameter X. In addition to this grouping, the report will page break after each grouping, so only one value of X will be on a page. I have a footer in the pageFooter section with the current time and page number, and I want to put the X parameter into the footer.
The X parameter is being put into the footer but only the first instance. For example, if the X values I have are A, B, C, I have a page for A, B, C but the footer always says A.
My page break occurs after the groupFooterSection for X.
What can I do to get around this problem? Thanks.
The X parameter is being put into the footer but only the first instance. For example, if the X values I have are A, B, C, I have a page for A, B, C but the footer always says A.
My page break occurs after the groupFooterSection for X.
What can I do to get around this problem? Thanks.