Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

List Box Design

Hello Experts,

Since my QlikView dashboard has too many list box I have requirement to redesign the list box in the attached format where it can be minimized maximized based on the requirement.

Can someone please help me on how to achieve this?

Thanks in Advance.

Best Regards,

Bhavesh Jain

4 Replies
jolivares
Specialist
Specialist

Take a look if this model accomplish your require...

Capture.PNG

Not applicable
Author

you can use a combiantion of a multi-box and list boxes to take up less space for your selection criteria

the attached example shows the use of a multii box for filter selections

Anonymous
Not applicable
Author

Bhavesh,

If the dimensions already have groups, as they do in your screenshot, you can write an expression like this within your listbox:

=AGGR(
ONLY({1}
if(len(trim(%DimensionGroup))>1, %DimensionGroup & '\','') & %DimensionLabel
)
,%DimensionLabel
)

Then be sure you have "Show as TreeView" selected in the General tab with Seperator \

ListboxSS.png

Not applicable
Author

Thank you guy's your tricks were awesome but unfortunately did not meet client’s requirement.