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: 
retko1985
Creator II
Creator II

Using 2 fields in one listbox, but allow only selection of 1 field.

Hello,

please see attached doc.

When I make a selection, I want only code to be selected, but not a description.

Is it possible?

Thanks

10 Replies
stigchel
Partner - Master
Partner - Master

You have a choice too widen the listbox or use cell wrapping, or if you don't want that too manually limit the description to a certain number of characters e.g. Left(Description,10)&'..'

If you want to ignore other selections, add them to the set analysis individually or use {1<....

Check both in attached file