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)
Hide two headers in Table
qriousBirt
Hi,<br />
<br />
I have added a table in my layout. Then, I've added two more headers in my table.<br />
<br />
Table contents are as follows,<br />
<br />
<ul class='bbc'><li>Header 1 - Some static details contains two rows</li><li>Header 2 - Some dynamic details contains only 1 row</li><li>Header 3 - Some dynamic details contains only 1 row</li><li>Data</li><li>Footer</li></ul>
<br />
On report, Table data flows on more than one page i.e. 1st page, 2nd page, 3rd page etc.<br />
<br />
I would like hide Header 2 & Header 3 after first page.<br />
<br />
Header 2 & Header 3 should only be shown on First page, But Header 1 should be shown on all pages.<br />
<br />
<br />
Please help,<br />
Aditya
Find more posts tagged with
Comments
Megha Nidhi Dahal
Hi Aditya,
First keep the dynamic header details as the header row for the table and move the static header to Master Page. Mention the break interval in the Page Break property of the table. This value indicates the number of rows after which a new page has to be started. Analyze your report and give a suitable value to it.
Also uncheck the repeat header option. This will make the dynamic table header to appear only on the first page, while the static header in the master page will be repeated for every page.
There is a slight contradiction in your statement. I hope that I have understood it correctly.
Arpan
qriousBirt
<blockquote class='ipsBlockquote' data-author="'Arpan'" data-cid="77712" data-time="1306679768" data-date="29 May 2011 - 07:36 AM"><p>
Hi Aditya,<br />
<br />
First keep the dynamic header details as the header row for the table and move the static header to Master Page. Mention the break interval in the Page Break property of the table. This value indicates the number of rows after which a new page has to be started. Analyze your report and give a suitable value to it.<br />
Also uncheck the repeat header option. This will make the dynamic table header to appear only on the first page, while the static header in the master page will be repeated for every page.<br />
<br />
There is a slight contradiction in your statement. I hope that I have understood it correctly.<br />
<br />
Arpan<br /></p></blockquote>
<br />
Thanks Arpan, It worked out....