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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out 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)

Labels (1)
1 Reply
rubenmarin
MVP
MVP

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)])