Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Limiting graph display with a slider

Hi

I have a bar graph showing the total value of orders (GoodsTotalEuro) in various groups

I want to limit the value of orders displayed by a slider.

I have the slider controlling a variable (Min_PO) which is set to a value, dependent on where the slider is set.

I have tried to include the Min_PO variable in the expression to limit the display

sum ({$<GoodsTotalEuro > {PO_Min}>}GoodsTotalEuro)

this gives a formula error

and

If(GoodsTotalEuro > {PO_Min, sum(GoodsTotalEuro), 0 )

this displays nothing

Can anyone help please?


graph.jpg

2 Replies
amit_saini
Master III
Master III

Barry,

You can try this:

Thanks,

AS

Not applicable
Author

Hi

May be I was not clear.

I don't want to limit the horizontal display, or make it part of a scroll

I only want to display the values in the graph which are above X (PO_Min, variable) controlled by the slider.

So if the slider is set to €10,000, then it will only display PO above this value

thanks

Barry