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

Manually modifying current selections

Hi all,

I am using a slider to select a predefined set of customers and was able to do this via set analysis aggregation method. However I would also like to select this list of this customers for analysis.

I've attempted to use Only() in Listbox, however it doesn't seem to work. Is there any other way I can change the current selection based on my slider?

Note: My slider value is not linked to any variable but rather it's a criteria of

     If value is 1 then search past 1 month for XXX criteria (Count the number of customers)

          else if 2 then search past 2 months for XXX criteria (Count the number of customers)

Thank you all!

2 Replies
swuehl
MVP
MVP

could you upload a small sample QVW?

Not applicable
Author

Would it be Ok if I just rephrase my question and show an example data structure?

Data Structure

Person|Subject|Marks|Year

A,Math,0,2015

A,Math,0,2014

A,Science,50,2015

A,Science,80,2014

A,Com Science,75,2015

A,Com Science,50,2014

B,Math,50,2015

B,Math,0,2014

B,Science,0,2015

B,Science,50,2014

Assuming I want to allow users to have the flexibility of choosing

1. Selecting the list of persons where subject "XXX" is less than 50 for "X" years

2. Selecting the list of persons where subject "XXX" is less than 50

In both 1 & 2, I would need the charts to change according to user's input of subject and years.Thus, is there any way I can submit a SQL query like method into the current selection box?