BI Publisher (MOSC)

MOSC Banner

increare counter based on the length of the line in rtf template

edited Sep 21, 2017 8:11AM in BI Publisher (MOSC) 8 commentsAnswered

Hi All,

I am doing rtf template , PDF output

I have below code lines per page tag

<xsl:variable name="lpp" select="number(30)"/><?xdoxslt:set_variable($_XDOCTX, 'V_LINES', 0)?>

in the line level,

<?CF_LNO?><?xdoxslt:set_variable($_XDOCTX, 'V_LINES',xdoxslt:get_variable($_XDOCTX, 'V_LINES')+1)?>

Here, ITEM_DESC is printing 55 length of data this is fine, if the length of data is more the 55 then

I want to add/write code, if the length of the line is greater than the limit , need to increase the line counter.

could you please help me how to write the code based on the length .

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center