Removing Decimals for one country Property which is decimal type

Hi All,

We have a Requirement that for Country Japan, we should eliminate the Decimals, where as for other countries it should have decimals, how can we achieve from text are as below

Hi @VamsiramP

Can you elaborate on the issue you are facing, So we can give you the proper solution.

As of my understanding, you want to remove the decimals in currency value, you can achieve by using functions Ceil and round.

Thanks

Sai G

@Sai Guggilla

I will explain with you an Example:
When I give the send currency as EUR and send Amount is 12.00

if the Receiver currency is USD then Receiver Amount should be 12.72$

If the Receiver Currency is JPY(JAPAN) then Receiver Amount should be 1234(with out decimals)

Hi @VamsiramP,

You want to remove the digits after the fullstop(.) or You just remove the fullstop in the currency field.

Thanks,

Sai G

@VamsiramP - Can add two controls and make visible the properties based upon the operator locale and set the decimal values 0 in the currency control presentation tab.

Thank you.