Time for action – modifying the report's footer
We will configure the Details Footer section for it to be repeated on every page of our report. We will configure the top border of the Details Footer section. We will modify the name of the labels on the Details Footer section to match the ones in our data set. Finally, we will modify the SumQty function to perform a sum on the sum_amount
field.
We will go to Report tree structure (Structure tab) and search the tree for the node by navigating to: Master Report | Group | Details Footer. We will select this node and modify it in the following way:
Style.repeat-header:
true
This modification will make this section present on every page.
We will delete horizontal-line from the Details Footer section.
We will go to Report tree structure (Structure tab), navigate to Master Report | Group | Details Body | Details Footer, and set the following:
Style.top-style:
solid
Style.top-size:
4.0
Style.top-color :
#009933
At this point, we will modify the text...