Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
cancel
Showing results for 
Search instead for 
Did you mean: 
JessicaS0110
Contributor
Contributor

How to get input variable drop down menu to make a selection

Hello, 

I am using an input variable as a drop down menu with a list of datasets. I would like to select a specific dataset using the drop down menu and the values in that dataset should be used to make calculations for the rest of the dashboard. The specific selection is made using a filter pane but I would not like to use that. 

I have attached images for further explanation. 

If anyone has possible solutions for why the selection is not being made and updating the dashboard, please let me know. Thanks! 

 

JessicaS0110_0-1669141167483.png 

In the imagine above there is a drop down menu and a filter pane. 

JessicaS0110_1-1669141208010.png

After making a selection using the drop down menu the number of units and work orders do not change.

This is the code used for the variable input dynamic value. 

= 'Select Dataset |' & concat(distinct dataset, '|')

JessicaS0110_2-1669141253322.png

Only using a filter pane selection, the values change. But I need them to change after making a selection using the drop down menu.

 

0 Replies