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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Decimal separator stop working

User_RQM8WNov 18 2020

Hello,
My application is showing "NaN" for my number fields since last week. I've realised that it doesn' t accept anymore a comma as a decimal separator.
If I click on the field it shows the number properly
erro1.pngHere are the format mask that I'm using.
erro2.pngI've tried to change it to 999G999G999G990 without decimal places and it shows the numbers with the dot separator for the thousands, which is correct.
erro3.pngHowever, if I change the application language to english and it shows the number properly.
erro3.pngI've also tried to force the database NLS_NUMERIC_CHARACTERS = ',.' with the Initialization PL/SQL Code at the database session but it didn't work either.

Thanks

This post has been answered by Hilary Farrell-Oracle on Nov 18 2020
Jump to Answer

Comments

Post Details

Added on Nov 18 2020
2 comments
556 views