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: 
vinayk1
Contributor
Contributor

Issue with Currency filter

Hi folks,

 

I have a currency filter, which works using fields in an inline table , 

I have created a variable using currency field in inline table , having exchange rates. 

multiplied the variable in expressions of my metrics. 

I used this currency feild from inline table as filter to affect the change in currency selections.

But filter is fixated on one selection. when i select other currency, it just wont select. 
ex - I have 5 currencies in  filter but filter is fixated on EURO (millions) other currencies are greyed out and non- responsive.
Please help.

Labels (6)
1 Reply
Chanty4u
MVP
MVP

sum(Sales * $(vExchangeRate))

In this example, "Sales" is the name of the field that contains the sales amount, and "vExchangeRate" is the name of the variable that contains the exchange rate. The expression multiplies the sales amount with the exchange rate to calculate the sales amount in the selected currency.