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

Enter a variable input to change (simulate) currency

Hello experts

I have a table with a number of currencies. Now for a simulation/what if sheet I want to change the value.
In QlikView this can be done with an inputfield, but in QlikSense it doesn't work.

JelleSchuermans_0-1620804441745.png

So I want to use a variable input that gives the SP_ConversionRate value that I can change.
I created a variable: 'EUR_Currency' with the following expression: only({<SP_Currency={'EUR'}>} SP_ConversionRate)
But it does not give me the SP_ConversionRate value of 1. (I have to do the same for CLP, ... )

JelleSchuermans_1-1620804827876.png

Can anyone see what my mistake is?

Thanks in advance!

 

 

Labels (3)
1 Reply
MayilVahanan

HI @JelleSchuermans 

I think, you've missed out the equal sign. Try like below

And also, hope you've only one value for EUR conversation rate. If not, try with Min() or Max()

MayilVahanan_0-1620815837198.png

 

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.