Tuesday, September 16, 2014

JDev/ADF sample - Handling Format for BigDecimal Numbers in ADF BC

  • Handling Format for BigDecimal Numbers in ADF BC. This may not be as straightforward as it sounds - to define a format for a number attribute in ADF BC. Especially if you are going to have large number (more than 15 digits). Most likely you are going to experience precision/scale and rounding issues, for BigDecimal and Number type attributes with format mask applied. Sounds frustrating? Yes it is. I hope my blog post will help you to implement proper number formatting.
    Download - ADFFormattingApp.zip

No comments: