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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
durgabhavani
Creator III
Creator III

help me to hide the values in listbox?

Hi All,

I have listbox as below.

billing

tenders

duessection

payments

fines

Now i wrote expression to hide the tenders and duessection values in listbox as below

=Aggr(Only({<billing -= {'tenders', 'duessection'}>} billing),billing)

but it is showing listbox as below

billing

tenders      -

duesection -

payments   payments

fines           fines

It is showing "-" symbol for expression values. Please help to what to do to hide the values.

Thanks,

Durga

11 Replies
awhitfield
Partner - Champion
Partner - Champion

For Confirmation:

On the General Tab the expression option may be used to manipulate the values listed.

The Expression TAB, allows you to display additional expression data, next to the dimensions listed.

Andy

durgabhavani
Creator III
Creator III
Author

Thanks for information and clarity! Andrew!