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)
Repeat header option for different output
BernaM
Hi,
i'm developing a report which include a table made by a chart as header row and a dataset as detail row.
I would like to avoid the repeat header if the output context is different from html.
How can I make it?
Thanks in advance.
Marco
Find more posts tagged with
Comments
mwilliams
Hi Marco,
So, you want to disable the repeat header option if you have HTML output? Is this correct?
What version of BIRT are you using?
BernaM
Yes, I want that but only for the header line containing the chart.(I have one more header line which is the dataset header)
The final result will be in html chart and dataset header repeated in all pages, in pdf(or other exports) chart shown only in the first page and dataset header repeated in all pages.
mwilliams
Marco,
If you have both of those in the table header, you won't be able to shut one off after the table header is created. I believe it is only created once and then copied to the other pages. You would probably have to either move the chart outside the table or create a group in your table based off of an interval with a page break after each group and move your data header into the group header row and turn off the repeat table header option to get what you want. I'm not sure if either of these options will work for you, but as I said, I'm pretty sure you can't turn off just part of the header repeat.
Hope this helps.