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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Chart Title

How do I add a filter to the inchart chart title. Example: I have a chart by quarter. When I filter to Division = AEC, how do I get AEC to appear in the title inside the chart without having to add Division as a dimension.

4 Replies
Not applicable
Author

Enter in the title to the following instructions
= 'Tittle ' & Division
Lucky
Not applicable
Author

Thank you! worked perfectly. one more question, If my fitler is filtered to multiple divisions (AEC, MSD) how do I get the title to print both of them. Currently it is blank if I filter more than one.

Not applicable
Author

=getcurrentselections (Division)

Not applicable
Author

Sorry, wrong one.

Put this as title:

='Title ' & getfieldselections(Division)