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

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

How can you compress the layout of a listbox after the user selects data?

How can you compress the layout of a listbox after the user selects data?Say the user selects 3 out of ten values and hide excluded is selected, how can i compress the layout of the listbox dynamically to display what is selected only?

6 Replies
Anonymous
Not applicable
Author

Compression means?

Say if user selects 3 values out of 10, then it should show those 3 values only??

marcus_sommer

I'm not sure if this is possible with a listbox but if you used a tablebox instead it will work.

- Marcus

raajaswin
Creator III
Creator III

Hi SupriyaRanganath,

Try

Aggr(only(Field_name),Field_name)

in expression as listbox

raajaswin
Creator III
Creator III

Check this out

HirisH_V7
Master
Master

Hi,

check hide excluded . you will not see the unselected Lines.

thanks

HirisH
Not applicable
Author

Hi Hirishv7,

If we check hide excluded , the values which we selected are visible the remaining values are invisible but the size of the list box i.e height of the List box remains same.

Thanks