Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
asknyldz
Contributor III
Contributor III

Variable calculation all amount

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

Labels (1)
1 Solution
1 Reply