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!

Apex 21.2 -JavaScript ignores comma when reading number field value

GosforthNov 19 2021

Hi,
we have problem to read content of number field in JavaScript - when there's comma as separator this comma is ignored. For instance '23,25' will be '2325'.
Methods we tried:

apex.item('P10_FIELD').getValue(); 
$v('P10_FIELD')

Do you have idea how to handle this problem?
Regards,

Comments
Post Details
Added on Nov 19 2021
6 comments
438 views