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!

Format mask issue in Editable Interactive Grid in APEX

Ravi4-OracleJul 31 2023

Hi,

I have an editable interactive grid with few numeric columns. The columns are of type Number Field and I have added format mask in appearance section of these columns and set the value to 999G999G999G999G990D00.

The problem is when I save this IG, I expect the value of these numeric fields to be actual number value, for example - 134565 and not the formatted String like 134,565. Isn't the formatting suppose to be only for Appearance as the property title says so ? Is this a bug ? We don't expect such behavior in ADF where formatting is applied only on display and when we actually read those fields it gives only numeric value.

Is there anything else I am missing - any setting to be done ?

Apex version 21.2

Thanks.

Comments
Post Details
Added on Jul 31 2023
3 comments
1,271 views