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: 
Anonymous
Not applicable

How to display between Multiple Currencies using a variable(button) using qlik SENSE?!

SD.jpg

Example : IF WE SELECT EURO BUTTON , IT SHOULD DISPLAY ONLY THE EURO COLUMN (which has been marked)

1 Reply
rubenmarin

Hi Akshita, to create variable buttons you can use this extenson:

Qlik Branch

Adding 3 fixed values: USD, EURO and GBP

You can use an expression like:

Sum([NETWORTH_In_$(CurrencyVariableName)])

Or use full field anmes for variable values and in expression set:

Sum([$(CurrencyVariableName)])