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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Table chart caption change as per button click

Hi,

Please find the attached QVW file.

I need your help for the below point-

1. If  I click on the "Adv" button then caption of the Right hand table chart will change to Adv

2. If I click on the "DisAdv" button then caption of the Right hand table chart will change to DisAdv

1 Solution

Accepted Solutions
tresesco
MVP
MVP

2 Replies
kji
Employee
Employee

Set the title of the table to something like:

=if(Count(DISTINCT ach_area)>1,'Multiple values selected',Only(ach_area))

tresesco
MVP
MVP

Like this?