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: 
abhijitnalekar
Specialist II
Specialist II

Change chart header dynamically

Hi All,

I have a scenario where I am using alternative dimensions and measures in the chart and i would like to change the chart header accordinglly.

Eg. suppose we select ABC as dimension and PQR as a measure, then the chart header would be something like below

 ABC wise PQR.

 

Regards,
Abhijit
keep Qliking...
Help users find answers! Don't forget to mark a solution that worked for you!
3 Replies
sasikanth
Master
Master

Try

Chart properties --> appearance --> general --> tittle

=GetfiledSelections(Dimension) & 'wise' & GetfiledSelections(Measure) 

abhijitnalekar
Specialist II
Specialist II
Author

Hi @sasikanth ,

 

Thanks for the reply.

Getting Expression error for this.

=GetFieldSelections(Dimension) & 'wise' & GetfieldSelections(Measure)
 

Regards,
Abhijit
keep Qliking...
Help users find answers! Don't forget to mark a solution that worked for you!
sasikanth
Master
Master

You need to modify the expression according your scenario, 

How did you define chart chart Dimension & Measure to accept dynamic selections??