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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
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 II
Partner - Master II

As such

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

View solution in original post

1 Reply
BrunPierre
Partner - Master II
Partner - Master II

As such

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