Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Aspiring_Developer
Creator III
Creator III

populate values on field selection from filter pane

Hello Everyone,

I searched a lot and found nothing much as of and i am struggling on how to achieve below in qliksense:-

Data_Table:

ScenarioYearEntity CodeEntity nameCountryEntity Reporting CurrencyAmountNew_Amount(calculated using apply map currency table)

Budget Rate N

2021ARS201USAUSA48050
Budhet N-12020USD226EuropeEUR49010
Budget Rate N2021EUR501ArgentinaARS50040

 

Exchange_Rate: (mapping table)

ScenarioYearEntity Reporting CurrencyExchange Rate

ActualN-1

2019ARS10
Budhet N-12020USD50
Budget Rate N2021ARS70

 

My requirement is to create a filter /dropdown at front end in qliksesne like and let user select the scenario to see the data. So create an inline table:-

Temp:
Load * inline [
 
Dimension
ActualN-1      //2019
BudgetN-1    //2020
BudgetRateN   //2021
 
];
 
When user select "BudgetRate N" for currency ARS, it should populate the value with respect to below:- 
Data table

Budget Rate N

2021ARS201USAUSA480
Mapping table
Budget Rate N2021ARS70
  New amount= 480/70
===========================================================================
Now we do not have any data for Actuals N-1 in our raw data, so the client wants , if user select "ActualN-1" from filter pane dropdown, then 
-it should pick the corresponding exchange rate  i..e 10:

ActualN-1

2019ARS10
-And calculate all the values (Budget RateN & Budget Rate N-1) using this exchange rate .
So all the table data should show the values using this exchange rate.
 
Can anyone please help me on this?
0 Replies