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

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

Multiple filters in a single row with a scroll bar

Hi All,

I want to show approx 10 filters on the left side of my dashboard with a scroll bar. Using a scroll bar I should be able to scroll up and down in the filters section. Is it possible to do that using actions or something else?

Regards,

Ankita

Labels (4)
5 Replies
dionverbeke
Partner - Creator III
Partner - Creator III

Look for TrueChart-Menubar on branch.

It will do what you want.

http://branch.qlik.com/#!/project/5a16b9de0476b8847a007e96

Anonymous
Not applicable
Author

I need to do it in QlikView. Is it possible to achieve it without an extension in QlikView?

marcus_sommer

Anonymous
Not applicable
Author

This would not fulfill the requirement. I want the selected values to be visible using a list box with LED check box display. Multi box would not fulfill the requirement. Is there anything else you can suggest, like giving action to a text box to change the position of the list box. Thanks.

Regards,

Ankita

marcus_sommer

There are various possibilities to reduce the needed space for displaying multiple filter (I'm not sure if there is anything possible with scrolling in a row and if it also gives a good usability), for example:

- controling the visibility (tab layout) of the listboxes over a variable or another listbox-selection

- displaying different fields within a single listbox by using an listbox-expression which reacts on a variable or another listbox-selection, for example: =$(='['&GetFieldSelections($Field)&']') which reacts on selections within the system-field "$Field" but you could replace it with own logics

- using one or more container in which you placed your listboxes

- creating of cyclic dimension-groups and using them within the listbox like a field

I use the last three mentioned methods (often combined) and they work very well.

- Marcus