cancel
Showing results for 
Search instead for 
Did you mean: 

Smartform: total amount conversion to Japanese language

Former Member
0 Kudos

Hi all,

I am facing an issue in the smartform with the japanese language. The total amount which is calculated and dispalyed on the form is not translated to the japanese language. All the other quantity and value fields on which no manipulation is performed are successfully translated.

Like for 1 item the value is 1,000 JPY

2 item value is 1,000 JPY,

The total value GV_TOTAL = value of item 1 + value of item 2

Now this GV_TOTAL is displyed as 20.00 JPY

Can anyone help as to how can we display the Total value correctly on the form in japanese?

Thanks in advance.

Regards,

Pakhee

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Whatever the Curreny you can convert the amount to the corresponding currency by using

WRITE <source>TO <dest>CURRENCY <currency field>.

This will ensure you always you are printing the total value with appropriate currency.

Thanks

Mani

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Thanks for the useful information. My issue is resolved now.

~Pakhee

Former Member
0 Kudos

Hi,

I faced the same problem some while back.. You just have to add the fields GV_TOTAL and the items value along with its reference fields in the currency/quantity fields tab under globaldefinations of form.

Regards,

Nisrin.

Former Member
0 Kudos

If I am not wrong, I guess the value total is displayed correctly, Since JP currency does now have decimals. In you total amount . represent separator "." and not decimal.

close the thread once your question is answered.

Regards,

SaiRam