Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: 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])