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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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.

Labels (1)
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)