You could add a script that runs before displaying/printing the band you want on the second page with the 'NewPage; 'command:
To do this,
In the edit report mode, select the band you want on another page.
select the property 'OnBeforePrint', and click on the button with 3 little dots. You should have the following text appearing:
'
begin
end
'
You only need to insert the 'NewPage;' between the 'begin' and the 'end', and confirm the change with the tick button.
Comments
To do this,
In the edit report mode, select the band you want on another page.
select the property 'OnBeforePrint', and click on the button with 3 little dots. You should have the following text appearing:
'
begin
end
'
You only need to insert the 'NewPage;' between the 'begin' and the 'end', and confirm the change with the tick button.
alexman.