BI Publisher (MOSC)

MOSC Banner

Format numeric field with () if negative

edited Sep 13, 2019 2:30PM in BI Publisher (MOSC) 4 commentsAnswered ✓

What is the best way to format the numeric field to add () if the field is negative?

I use this and it is not working:

<?xdofx:if (SOQS_Quantity_Shipped_ID120<=0) then ('(' || SOQS_Quantity_Shipped_ID120 || ')') else (SOQS_Quantity_Shipped_ID120) end if?>

Please let me know if you have any suggestion and/or know the best solution

Thanks

BIP 11.1.1.90

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