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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

the best way show several variable

Hi folks,

I have a request to show many variables for filter, but I'm limited in space.

Capture.JPG.jpg

If use a multi box, it doesn't show your selections.

Please help with an idea.

Cheers,

1 Solution

Accepted Solutions
Not applicable
Author

I read your question wrong.  If you are short on space, one thing I recommend is using variables to show/hide your list boxes.  I created a post about this on my blog.  See http://intuiqlik.com/

View solution in original post

6 Replies
Not applicable
Author

I read your question wrong.  If you are short on space, one thing I recommend is using variables to show/hide your list boxes.  I created a post about this on my blog.  See http://intuiqlik.com/

MK_QSL
MVP
MVP

You can use Container Object and add these list boxes in Container...

Another was is

Create LB1 and LB2 buttons

also create two variable vLB1 and vLB2

Now Add an action for LB1 button..

Add >> External >> Set Variable

Variable = vLB1

Value = if(vLB1 = 1,0,1)

Now for half of the list box use Layout conditional show vLB1 = 0

Same way use for LB2 add action on vLB2 as if(vLB2 = 0,1,0)

Now for half of the list box use Layout conditional show vLB1 = 1

Anonymous
Not applicable
Author

there are a few ways to do this depending on your UI.

you could hide/show them if a text box is clicked on.

also, having a current selections box somewhere will help with what selections have been made, especially if you start hiding some filters!

Anonymous
Not applicable
Author

Thank you

Anonymous
Not applicable
Author

I think I need to add (find space for) selections box.

Because there is no way how to show them.

Some clients don't have some variables, if use separate boxes or tables.

I like the container idea. it looks nice in WebView. disadvantage is you can't see what is selected

Thanks,

stevedark
Partner Ambassador/MVP
Partner Ambassador/MVP

I've seen some nice examples where selection list boxes are shown and hidden on demand.  A number of list boxes are placed in front of a text box, to group them logically (you will need to use the Layer setting on the Layout tab for this).  By setting the border, selection style, transparency and font settings on list boxes you can get a style like the image you posted.  By then doing a show/hide butting you can make these selections appear only when you need them.

For examples of show/hide you can see this example document:

QlikView App: At The Qlik Of A Button

Hope that helps,

Steve