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: 
Akhilb007
Partner - Contributor
Partner - Contributor

Qliksense dynamic filter title based on value in another filter

How do I change filter title  based on value in another filter

1 Reply
bhaskar_sm
Partner - Creator III
Partner - Creator III

Hi,

you can do this by using the below expression on second filter title.

=if(GetSelectedCount([Sales Rep Name])>0,GetFieldSelections([Sales Rep Name])&'','City')

first, you need to check the selection of the first filter if they have selected any values then use the GetFieldSelections to get the values otherwiseimage.JPG display the default value