Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
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)])