Can this be possible to change the currency value (not symbol) based on the user selection?
For example:
Product Price
P1 10
P2 20
User Choosing Currency1= Price * Exchange Rate (10.45) or if user choose Currency2 = Price * Exchange Rate (11.44)
Result set
Product Price(Converted)
P1 *****
P2 *****
please help.