Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi there,
I want to show all amount in EUR Parity when i want. Here is the my script. How can i change show switch between Amount and EUR_Amount
LOAD
[EURParity]
FROM
xyz
LOAD
[CLIENT],
[AMOUNT],
FROM
yzt
EUR_Amount = [AMOUNT]/[EURParity]
Thank you