BI Publisher (MOSC)

MOSC Banner

row filling code

edited Mar 28, 2017 5:02AM in BI Publisher (MOSC) 3 commentsAnswered

Hi All,

Can you please help me to explain on this?

<?if:not(count($invLines) mod $lpp=0) and ($start+$lpp>count($invLines))?>

<?for-each:$invLines?>

<?if:position()<$lpp - (count($invLines) mod $lpp)?>

<?end if?>

<?end for-each?>

<?end if?>

$invLines  -->12 lines

$invLines -->30 per page defined.

so what is not(count($invLines)?  what is $start used for? what is position()?

could you please help me how the above code is working , step by step please. i just want to know on this.

Thanks much!

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