Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
There is a command to wrap the text?

Summary
There is a command to wrap the text?
Content
Hi everyone,
exists a command or a way in Xml Publisher that indicates when in a text, of a field, there is the character "." to wrap the text?
For example now, in my report RTF the output is so:
"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur porta dictum turpis, eu mollis justo gravida ac"
you can make it so:
"Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Curabitur porta dictum turpis, eu mollis justo gravida ac"
Thanks
Answers
-
You Can use MS word Table wrap property
0 -
Hello Brajesh,
Thanks you.
I tried to use "Table Properties" into MS Word, but not function this solution.
I don't find any related settings for wrap text.
Is there any other solution?
0 -
Hi ,
I have achieved the same using word. Please see the below screen shot, If description comes in more than one line then text will wrap and come to second line
Sample Output
0 -
You might try a combination of <?xdoxslt:specialProcess(xdoxslt:chr('10'))?> to get a Linefeed character, <?xdoxslt:instr('your text','.',1,1)?> to locate the period where you want the insertion to take place and xdofx:replace and substr to generate the final string.
0