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)
pdf output problem with hiden labels
juanjo
Hi.
I have a crosstab report wich show/hide collumns depeding some parameter.
My problem is that when i export to pdf the labes overstack or i don't really know what happen but the result is you cant see the data.
It looks like it keep the size of the colums with hidden labels, then it try to fit all to the page size.
I've tryed to enlarge the page size but the problem remains the same.
Any idea?
I'm using birt 3.2.1 unless I've tryed birt 3.5 and the problem still is the same.4
Thanks
Find more posts tagged with
Comments
thuston
If you are only hiding the label but not the container, you will see this issue.
You probably need to move the visibility expression out to the Column.
juanjo
<blockquote class='ipsBlockquote' data-author="'thuston'" data-cid="67358" data-time="1281711669" data-date="13 August 2010 - 08:01 AM"><p>
If you are only hiding the label but not the container, you will see this issue.<br />
You probably need to move the visibility expression out to the Column.<br /></p></blockquote>
<br />
But it is a complex crosstab and i cant (or i don't know how) hide the column.
thuston
CrossTab cells/columns don't have visibility expressions.
Is it possible to Filter out the 'Hidden' data in the query or Cube before it goes into the Crosstab?
juanjo
<blockquote class='ipsBlockquote' data-author="'thuston'" data-cid="67900" data-time="1283177446" data-date="30 August 2010 - 07:10 AM"><p>
CrossTab cells/columns don't have visibility expressions.<br />
Is it possible to Filter out the 'Hidden' data in the query or Cube before it goes into the Crosstab?<br /></p></blockquote>
<br />
<br />
No... I dont have this option. I have 4 possible measures user can request. I made a report with the 4 and then hide the one the user don't want to see. <br />
<br />
how to filter de data before? i should make 16 crosstabs to manage all the options....