Is there any client side methods to convert one currency to another currency?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-11-2024 02:14 AM
Here i am facing issue of calculating currency.
Here as showing in image I typed number
Supplier Number of Recurring's=1
Supplier RC=2 USD
after selecting Rc I selected
Supplier NRC =3 CHF
based on latest selected currency I want to convert currency i.e. USD to CHF and all the CHF value should be displayed on supplier Cost field.
output I am getting:-
see below image for output I am getting
supplier cost=(1*(2))+3 =2+3=5 CHF
Expected output:-
calculation:-
Supplier Cost=( Supplier Number of Recurring's*Supplier RC)+(supplier NRC)
1 USD=0.85 CHF
supplier cost=(1*(2*0.85))+3 =3.4+3=6.4 CHF
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-11-2024 08:20 AM
*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
