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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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

Labels (1)
1 Solution

Accepted Solutions
tresB
Champion III
Champion III

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))

tresB
Champion III
Champion III

Like this?