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: 
vardhancse
Specialist III
Specialist III

Selection in List box should not be displayed in Current Selection

Hi,

I have a requirement is that, the selection done in the list box should not be shown in the current selection.

Can any one help me out to get the same.

Thanks & Regards,

Sasi Vardhan KV

4 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

Hi

You will need to rename the field with a prefix like '%'. Use this to set the prefix (any punctuation can be used, eg _, %, ~ etc):

Set HidePrefix = %;

Then rename your field:

LOAD ....

     myfield As %myfield,

     ...

HTH

Jonathan

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Not applicable

Hi,

Define a Alternate State to that list box. Once you tag a alternate state to list box, the selection made in that list box will not appear in the current selection box.

Thanks

rustyfishbones
Master II
Master II

Hi,

You can add Alternate states in Settings >> Document Properties >> General Tab seen below

2013-10-30_0810.png

Add an alternate state called group 1

2013-10-30_0808.png

And set the list box with that alternate state seen below, the current selections will not include that

2013-10-30_0808_001.png

vardhancse
Specialist III
Specialist III
Author

Thanks for you help.