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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
engr_farhanqadr
Creator
Creator

hiding data values from list box

Dear Folks,

please suggest me a way how can I hide data values from list box.

e.g

I want to hide

EFU Life

from

list box:

EFU Life

EFU Life Hierarchy

Muhammad Asghar Chaudhri

Quick response will be highly appreciable.

Regards,

Farhan

4 Replies
MayilVahanan

HI

Try like this

Listbox -> Expression

= If(FieldName <> 'EFU Life', FieldName)

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     Do you mean you dont want to have the said string in the listbox?

     If yes then you can create a new field which doesnt have this value.

     Something like this.

     Load Field,

     if(len(Field)=8,null(),if(left(Field,8)='EFU Life',mid(Field,9,len(Field)-8),Field)) as Field_new

     from xyz;

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Not applicable

Hi,

In the list box fields, select 'expression', and in the editor, write the following expression:

=aggr(only({1<F1-={'*EFU Life*'}>}F1), F1)

**Where F1 is your field.

**Without the asterics, you will delete only the exact value, hence 'EFU Life Hierarchy' will show up.

Regards,

mdmukramali
Specialist III
Specialist III

Dear Farhan,

you can write the expression in list box.

kindly find the attachment.

i hope it will help you.

Thanks,

Mukram.