Time for action – modifying the header and detail
Next, we will modify our report's layout. We will delete the old objects from the Report Header section and the Details Header section, hide the Page Header section and enable the Group Header section of our report. Then, we will add three new labels (Country, Customer, and Amount) and modify the data to be shown on the Details section. Also, we will configure the behavior of Details Header.
- We should now delete every label () as well as the horizontal-line () from the Report Header section and the Details Header section.
Then we will go to Report tree structure (Structure tab) and search the tree for the following node: Master Report | Group | Group Header. We will select this node and modify Attributes.hide-on-canvas to
false
.This modification will enable the visualization of the Group Header in the Work Area.
Then we will go to Report tree structure (Structure tab) and search the tree for the following node: Master Report | Group | Details...