
Originally Posted by
Taqua
You do not have spaces in there, and thus the reporting engines cannot find a spot to break down the text. There are several JIRA cases open on that but right now there is no solution to it.
You can try to write a BeanShell- or BSH-expression in the report and then post-process your text to insert spaces at some places. Or if you know the location of the break, then add a space there via the formula. For a break at position 10:
=LEFT([field]; 10) & " " & RIGHT([field]; LEN([field]) - 10)