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: 
Anonymous
Not applicable

Modify Bar chart based on User input value

Hi,

i have created a Bar chart which has a dimension limit for countries having a cumulative value grater than 2000.

How can i add an expression to keep this value(2000) as a user input? i.e. The bar chart should display the values based on what the user inputs.

Capture.PNG

Thanks

Taher

2 Replies
rubenmarin

Hi taher, you can use a Table box with a new variable, ie: vCountryAmount.

Or a calendar/slider in the slider presentation to select the value

The dimension limit can be set as $(vCountryAmount) to use the variable value.

Anonymous
Not applicable
Author

Thanks Ruben. Used a slider and it did the work