Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Unable to save more than 10 decimals on a number field

jpsrpv20Jun 17 2024

APEX Version 23.2.6

I have an issue where I'm trying to store 0.0000000525 on a “number field” on a form. If I update the record via the Object Browser it saves successfully, but if I do it via the form I'm getting a "*** must be a valid number" error. A “Value exceeds number precision” is raised in the console so I believe this to be a javascript error. I've tried changing the maximum number of characters but nothing seems to work. This is clearly not an issue with the precision/scale since I can save it via the back-end. Any help would be much appreciated.

Comments
Post Details