Hi All,
i have a timesheet status report, when i run this report in html and excel format its working fine, but when i run this report in PDF format then i am facing the attached error.
i went thru some help on the internet and found this document http://www-01.ibm.com/support/docview.wss?uid=swg21340952
i also went thru the post in cognoise and tried the solution, but it dint work for me http://www.cognoise.com/index.php?topic=7859.0
in the image i am attaching, i have inserted one table which has the status details like Missing,open etc. When i remove this table the report is working fine in PDF.
Just not able to find out what error i am doing while designing the report. Request you to help me with the same. thanks in advance.
Regards
Quote from: Raghuvir on 30 Oct 2014 02:20:19 AM
Hi All,
i have a timesheet status report, when i run this report in html and excel format its working fine, but when i run this report in PDF format then i am facing the attached error.
i went thru some help on the internet and found this document http://www-01.ibm.com/support/docview.wss?uid=swg21340952
i also went thru the post in cognoise and tried the solution, but it dint work for me http://www.cognoise.com/index.php?topic=7859.0
in the image i am attaching, i have inserted one table which has the status details like Missing,open etc. When i remove this table the report is working fine in PDF.
Just not able to find out what error i am doing while designing the report. Request you to help me with the same. thanks in advance.
Regards
Where is the table added - page body or page footer? The error seems to be pointing to a width issue - have you defined explicit sizing for the table or the table cells? If so, what did you specify?
MF.
Quote from: MFGF on 30 Oct 2014 03:41:53 AM
Where is the table added - page body or page footer? The error seems to be pointing to a width issue - have you defined explicit sizing for the table or the table cells? If so, what did you specify?
MF.
i have added the table in the page body and specified the size and overflow of the table as Width 100%. i have inserted this table in a block and defined the size and overflow of the block as Height 40 px and Width 175 px.
Regards
Quote from: Raghuvir on 30 Oct 2014 07:38:40 AM
i have added the table in the page body and specified the size and overflow of the table as Width 100%. i have inserted this table in a block and defined the size and overflow of the block as Height 40 px and Width 175 px.
Regards
A block always extends all the way across the page (ie you cannot have objects alongside a block) so there is no point in specifying its width as something different to the page width. Why have you put your table in a block? A height of 40px for the contents of the block (ie the entire table) sounds way too small. Why not just set the table size and overflow and ditch the block? Set thre table size to something appropriate, too - a height of 40px and a width of 175px saonds much too small to me.
MF.
Quote from: MFGF on 30 Oct 2014 09:21:02 AM
A block always extends all the way across the page (ie you cannot have objects alongside a block) so there is no point in specifying its width as something different to the page width. Why have you put your table in a block? A height of 40px for the contents of the block (ie the entire table) sounds way too small. Why not just set the table size and overflow and ditch the block? Set thre table size to something appropriate, too - a height of 40px and a width of 175px saonds much too small to me.
MF.
Hi MFGF,
i did try a few things on resizing the table but dint work for me. what i did change is the page set query. i used the same query for the page and page set and tested the report which worked.
to be honest i dint get the proper flow of what is happening, but just by trial and error my issue got resolved.
Really appreciate your help.
Regards