Hello dear community,
I plan to do some adjustments in a environment that will be used in Japan. In this environment the JPY will be used as default currency, also we will use other currencies like USD, CAD ... The main question is: How I can customize my application in order to hide decimals for JPY (main currency) but display them for other currencies.
I analyzed some ways to do this:
- Modify the Amount EDT - Number of decimals property = 0 # But I'm not sure if it's a good idea.
- Modify the objects where the amount is displayed in order to hide / show decimals in dependency of the used currency. # But I need to modify too many objects.
- Use the Round off parameter = 1.00 for JPY currency. # The Value will be rounded always but .00 decimals will be displayed also ...
So, if somebody has a implementation experience for Japan, please share your suggestions.
Thanks in advance,
Victor Para.
*This post is locked for comments
I have the same question (0)