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: 
Not applicable

Need Help on restricting selection box value

Hi All ,

How to hide values in a  Drop down selection based on another column,

I mean I have a Multi box, where I have kept my selections, I need to hide Employee ID values based on the another selection when EMPL_Status = 'T'. How can I achieve this ? Any idea. Please help me on this !

1 Reply
sunny_talwar

May be an expression...


Aggr(Only({<EMPL_Status -= {'T'}>} [Employee ID]), [Employee ID])