Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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