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)
line break / word wrap
danhof
Hi,
I'm working with a BIRT Report. In this report i get Data from a odbc DATA SOURCE into a DATA SET. One of the Columns ist textbased.
Iwant to show this Text in onle line/row without any wordwrap. Now there is a Problem: The Text i get from the Database has wordwraps inside the text. I want to disable this wordwrap.
I try to use the Text - Whitespace - NoWrapping - Option of the row, the column and the DataField itself, but there is always a wordwrap in the final report.
How can i fix this problem?
Find more posts tagged with
Comments
bhanley
You will have to remove the word wraps on the text after it is grabbed from the database. You can just use a simple string replace on whatever characters you want to remove. Double-click the data field after you add it to the report. You can then change the data by using the Expression editor.