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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
sergio0592
Specialist III
Specialist III

Multi selection on Access Point


Hi all,

One of my user asked me for make a multi selection on dimension in a pivot chart. Non problem for select one value but unable to select more.

V_Slider.bmp

Regards

6 Replies
awhitfield
Partner - Champion
Partner - Champion

AFAIK you can't do this on a pivot chart, you may need to add a list box too.

Andy

awhitfield
Partner - Champion
Partner - Champion

On second look, enable Dropdown Selection on the presentation tab for you first dim, then you can multi select form the drop down:

Andy

marcus_sommer

Within the tab presentation you could enable a dropdown by each dimension - and then your user could click on this dropdown-arrow and choose their wanted values and even use operators or expressions, for example by a date-field:

>=01.01.2017

- Marcus

kuczynska
Creator III
Creator III

Hi,

What if you would set this column as "Dropdown Select"? Go to chart properties, Presentation tab, select your dimension and check "Dropdown Select" checkbox.

sc1.PNG

Then your user should be able to use this dimension with a functionality of listbox etc.

Not sure if that's what you were asking for, but hope this helps.

Good luck!

sergio0592
Specialist III
Specialist III
Author

Thanks to all for your answers. In fact i had already thought to Dropdown Select. But it's not so easy because dimension value are linked to a slider.

So when i use Dropdown, it display all value of my dim, not only those associated with the slider selection.


marcus_sommer

Maybe you could use a calculated dimension, like: aggr(only(YourField), YourField) which would react on the current selections.

- Marcus