tonyf
tonyf

Reputation: 35557

Format mask a currency amount in Oracle ApEx

I have a cost field in my Oracle ApEx form where the user may enter an $ amount of say 10000.00 or more or even less.

My question is, how to format mask and validate this value within my ApEx form?

Upvotes: 0

Views: 4755

Answers (1)

Tom
Tom

Reputation: 7028

Don't you just need the settings of the item? For example, when you create or edit an item of type number field, you can set the following (Edit Page Item):

enter image description here

Upvotes: 1

Related Questions