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!

Oracle Apex change currency format as per currency selected

VinipandaFeb 25 2021 — edited Feb 25 2021

I need to implement a change in a form where there is an item which is currency amount and another which is currency type.

So in type, if i select $, it should change currency into USD format.
If its EURO, it should format mask in euro and so on.

Is this possible?

More details: I created type column as select list with dollar, euro and other currencies.
So this would be the parent to the currency column whose format should change accordingly.
I will use cascading lov and put type as parent.
But how do i write condition, that if dollar is chosen, the format mask is FFF.... and so on.

Comments
Post Details
Added on Feb 25 2021
2 comments
1,828 views