Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Look for TrueChart-Menubar on branch.
It will do what you want.
I need to do it in QlikView. Is it possible to achieve it without an extension in QlikView?
Maybe this is an alternatively: http://www.qlikfix.com/2014/07/08/building-nicer-dynamic-multibox/
- Marcus
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
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