BI Publisher (MOSC)

MOSC Banner

Round Division in RTF

edited Jul 17, 2013 3:53AM in BI Publisher (MOSC) 3 commentsAnswered
Hello experts,
I have this expression.

<?xdoxslt:ifelse((sum(current-group()/TONELADAS) > 0), xdoxslt:div(sum (current-group()/SALARIES),sum(current-group()/TONELADAS)),0)?>

But this division no round, i want to do this:


<?xdoxslt:ifelse((sum(current-group()/TONELADAS) > 0), xdoxslt:ROUND(div(sum (current-group()/SALARIES),sum(current-group()/TONELADAS)),2),0)?>

No fix this solution, any ideas?

thanks

Carlos

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