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)
Text Overflow from one column to adjacent column
dalepraneeth
If there are 100 characters in a string and a cell could only display 50 characters .... can the remaining 50 characters overflow to adjacent cell.
Like text overflowing from one column to another column.
Find more posts tagged with
Comments
Hans_vd
Is there a reason why you can't merge the cells?
Regards
Hans
dalepraneeth
<blockquote class='ipsBlockquote' data-author="'Hans_vd'" data-cid="95133" data-time="1328614876" data-date="07 February 2012 - 04:41 AM"><p>
Is there a reason why you can't merge the cells?<br />
<br />
Regards<br />
Hans<br /></p></blockquote>
<br />
<br />
according to my requirement i need the columns .... so, when i display the data it looks like table where the data is partitioned according to various columns.<br />
<br />
So, i got one dataset .... now i will put that in first column and the extra data should go into the adjacent columns.<br />
<br />
is there any solution.
Hans_vd
I don't understand.
Is there no data in the adjacent cell? It will overwrite the data in the adjacent cell?
Regards
Hans
dalepraneeth
<blockquote class='ipsBlockquote' data-author="'Hans_vd'" data-cid="95135" data-time="1328617815" data-date="07 February 2012 - 05:30 AM"><p>
I don't understand.<br />
Is there no data in the adjacent cell? It will overwrite the data in the adjacent cell?<br />
<br />
Regards<br />
Hans<br /></p></blockquote>
<br />
Yes there is no data in adjacent cells.<br />
Only 1 dataset per row.<br />
So, i got about 10 rows -> 10 datasets. Each row contains 5 columns. I will insert 1 dataset in 1 row in first column. <br />
<br />
Are you getting it now ?<br />
<br />
Birt 3.7 by default in preview mode it is supporting this . But not in PDF view.
dalepraneeth
There is OVERFLOW : hidden property in Properties->Advance...
will that be helpful ?
i used it but no change ...!!