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

What if analysis / scenario

Hi Guys,

not sure if this possible.

I would like to setup a slider for my markup %, so when I change my slider on a particular product in the table it will show the impact on my net profit.

Product SalesMarkup %Net Profit %Slider
A$50025%6%

1%        100%          
-------------------

B$35010%2%

1%        100%          

-------------------

C$42512%5%

1%        100%          

-------------------

D$15018%12%

1%        100%          

-------------------

Thanks

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

No, inline sliders aren't possible. You could set up four sliders using four variables and use an if-statement in your chart expression to pick the variable that goes with the product.

Or perhaps you could define Markup % as an input field in the script. That allows you to change the values in the Markup % field in the chart directly.


talk is cheap, supply exceeds demand
Not applicable
Author

Hi Gysbert,

Thanks for your response, could you please provide me with some examples of how the if statements would look.

Thanks