Home
Analytics
Repeat Crosstab column header after "n" number of rows
abhay_bc
Is it possible to repeat crosstab header row after every "n" number of rows ? My crosstab is long enough for users to loose context of the columns they are refering to, as they scroll down. In some cases, I want to repeat the header after every 20 rows of detail , or in other cases i want to repeat the header with new group in the first column of the crosstab.
Find more posts tagged with
Comments
mwilliams
You could embed your crosstab into a table and depending on what option you're wanting the repeated header by, you could either use an interval group on the outer table or just group by the value you want to header to repeat by, in the crosstab. If you'd like an example, just let me know your BIRT version.
If you did a page break, you could repeat the header with the default functionality.
abhay_bc
Hi mwilliams .. <br />
Do u have a working example ? For some reason I am not able to get header to show up with page breaks.<br />
Thanks <br />
-abhay<br />
<br />
<blockquote class='ipsBlockquote' data-author="'mwilliams'" data-cid="109999" data-time="1348868080" data-date="28 September 2012 - 02:34 PM"><p>
You could embed your crosstab into a table and depending on what option you're wanting the repeated header by, you could either use an interval group on the outer table or just group by the value you want to header to repeat by, in the crosstab. If you'd like an example, just let me know your BIRT version.<br />
<br />
If you did a page break, you could repeat the header with the default functionality.<br /></p></blockquote>
mwilliams
I've made a sample before. Finding it will be the tough part!
Let me take a look. If I can't find it, what is your BIRT version, so I can make a sample, in your version?
abhay_bc
I am currently using 2.5.1. I have plans to upggrade in future, but currently need an example in 2.5.1
Thanks
mwilliams
Alright. Take a look at this devShare post:
http://www.birt-exchange.org/org/devshare/designing-birt-reports/1550-repeat-crosstab-header-after-n-rows/