Home
Analytics
how to generate reports with fixed column width in BIRT
Chanda
Hi,
I have report requirement which includes nested sections, from one table i am selecting user_id and passing it to another section to run actual query. So table header is coming from out table and data fields are coming from inner table. hence the header and detail are not from same table. because o0f this I am not able to synchronize width. for 2 fields it is coming fine for other columns it is mismatching. O/P is not clear (report.html).
So please help me to make these column widths fixed so that headers and data are aligned properly.
Regards,
Chanda
Find more posts tagged with
Comments
lrnrit
<blockquote class='ipsBlockquote' data-author="'Chanda'" data-cid="83707" data-time="1317718465" data-date="04 October 2011 - 01:54 AM"><p>
Hi,<br />
<br />
I have report requirement which includes nested sections, from one table i am selecting user_id and passing it to another section to run actual query. So table header is coming from out table and data fields are coming from inner table. hence the header and detail are not from same table. because o0f this I am not able to synchronize width. for 2 fields it is coming fine for other columns it is mismatching. O/P is not clear (report.html).<br />
<br />
So please help me to make these column widths fixed so that headers and data are aligned properly.<br />
<br />
Regards,<br />
Chanda<br /></p></blockquote>
<br />
<br />
Hi,<br />
<br />
Try to adjust column width of main table for these fields . <br />
<br />
Hope it will help<br />
<br />
lrnit
Yogesh Maharwade
Hi chanda
Its some type of formatting issue.your outer table has 11 lables and 1 data binding and inner table has 11 data binding. first u have to remove inner tables column binding and to fixed lable and column binding properly,select outer table and then select column, go to the general property and set width of column and set same width size for inner table column. do this for all outer and inner column. let me know.