Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Blank space between pages...
smgomes
Hi,
i had a table to iterate a dataset without conditions, when i preview the report:
the first page is full,
second page shows the header and some lines with a big blank space after, third page full ....
what's wrong? bug? iam using 2.2 birt plugin
Thanks
Find more posts tagged with
Comments
mwilliams
Hi smgomes,
Your output format is PDF, I'm guessing. I would guess your issue is being caused by the "page break interval" that is set on your table. If you count the rows that are output before the "blank" area, I would guess this is the same as the "page break interval" you have set for your table in the property editor in the page break section. If this is the case, and you're only using PDF, you could set this interval to 0 and it should fix it.
smgomes
<blockquote class='ipsBlockquote' data-author="mwilliams"><p>Hi smgomes,<br />
<br />
Your output format is PDF, I'm guessing. I would guess your issue is being caused by the "page break interval" that is set on your table. If you count the rows that are output before the "blank" area, I would guess this is the same as the "page break interval" you have set for your table in the property editor in the page break section. If this is the case, and you're only using PDF, you could set this interval to 0 and it should fix it.</p></blockquote>
<br />
It works! Thanks!
mwilliams
No problem!