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

Announcements
Save an extra $150 Dec 1–7 with code CYBERWEEK - stackable with early bird savings: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Slider Object

Hi Guys,

i'm trying to create a slider object to filter data into a chart table. I'd like so see always all values to make a selection in slider. Any suggestion? I've attached an example, I have values 7,9,15; if I select value 15, I want to see filter applied to chat while into slider i want to see all values.

Thank you so much

1 Solution

Accepted Solutions
Peter_Cammaert
Partner - Champion III
Partner - Champion III

Add {1} to the Count() function in your slider expression.

Like this:

=Aggr(Count({1} Product),Product)

View solution in original post

1 Reply
Peter_Cammaert
Partner - Champion III
Partner - Champion III

Add {1} to the Count() function in your slider expression.

Like this:

=Aggr(Count({1} Product),Product)