There is a command to wrap the text? — Oracle Analytics

Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

There is a command to wrap the text?

Received Response
41
Views
4
Comments

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

  • Brajesh Shukla-95078
    Brajesh Shukla-95078 Rank 7 - Analytics Coach

    You Can use MS word Table wrap property

  • Dguglielmi
    Dguglielmi Rank 3 - Community Apprentice

    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?

  • Brajesh Shukla-95078
    Brajesh Shukla-95078 Rank 7 - Analytics Coach

    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

    image

    Sample Output

    image

  • Jim Mcdonald
    Jim Mcdonald Rank 3 - Community Apprentice

    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.