Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Markbhai
Creator
Creator

Filter Pane - Conditional options shown

Is it possible to populate a filter pain based upon criteria from another field.

 

I have a table for document version, this contains [Version] and [Active] - [Active] has only two values, 'Active' or 'Deleted'

I want to show Version in my filter pane, but only if the Version is Active.

Thanks

Mark

Labels (1)
1 Solution

Accepted Solutions
BrunPierre
Partner - Master
Partner - Master

As such

=Aggr(Only({$<[Active] ={"Active"}>} [Version]), [Version])

View solution in original post

1 Reply
BrunPierre
Partner - Master
Partner - Master

As such

=Aggr(Only({$<[Active] ={"Active"}>} [Version]), [Version])