Home
Analytics
unable to wrap the text when there are no spaces in the text
srikala
Hi Williams
Please help us in this.
Currently we are unable to wrap the text if its a continuous text (or word) without spaces or breaks.
If there are spaces when we set whitespace as auto its automatically wrapping.
Regards
srikala.
Find more posts tagged with
Comments
mwilliams
You'll probably need to either create a computed column in your dataSet that breaks up long texts with no break characters, using substrings. Or you can do the same in a text box in your design. You'll just have to break the text up yourself and insert spaces or dashes or whatever you prefer.
srikala
<blockquote class='ipsBlockquote' data-author="'mwilliams'" data-cid="96647" data-time="1330108039" data-date="24 February 2012 - 11:27 AM"><p>
You'll probably need to either create a computed column in your dataSet that breaks up long texts with no break characters, using substrings. Or you can do the same in a text box in your design. You'll just have to break the text up yourself and insert spaces or dashes or whatever you prefer.<br /></p></blockquote>
<br />
<br />
Hi Williams<br />
<br />
With all these our page break is not working as expected and we have a script that will hide the disclaimer text from the footer from second page onwards.<br />
<br />
Please help!<br />
<br />
Regards<br />
srikala.
mwilliams
What is your BIRT version?