Oracle Analytics Cloud and Server

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

Wrap fo block content on occurrence of a specific character

Question
11
Views
0
Comments

Summary

Wrap fo block content on occurrence of a specific character

Content

Hi, Is there a way to wrap contents of an fo:block at specified positions on occurrence of a pre-defined character?

For e.g. if "#" is the specified character and content of the block is as mentioned below:

<fo:block>line number one # line number two</fo:block>

Then the result should be like:

line number one

line number two

Thanks is advance,

Pribin