
Hi mates!
I'm working on customize reports on Business Central (Fixed Asset Details).
I need the option "New Page per Asset" and no problems, everything is ok.
The issue is, when I change some layout (or adding one), a page break appears.
Here, everything is ok.
Addind another layout, page break appears.
When I Preview the report, we have a perfect page 1, an empty page 2 (we can see the header but not the table), a perfect page 3, an empty page 4...
So, how can I fix it? I don't want to preview page 2,4,6... with header but no tables.
Thank you so much!
When you see a blank page in between non-blank pages, it means your body width is too high:
Follow this rule:
report width > body width + left margin + right margin
Make the body smaller, or change to landscape, would be my suggeston ;)