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

Announcements
Congratulations to the new Qlik Luminary and Partner Ambassador class! Meet them here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Chart Object Window Title

I have a chart object and in the Window Title I have Text That Reads "Sales By" and would like to include the selected "Date Dimension"

How do I set the Window Title to autoupdate and include the selected date.

Labels (1)
1 Solution

Accepted Solutions
Not applicable
Author

The window title can be an expression so you can have something similar to:

='Sales By' & GetFieldSelections('Date Dimension')

View solution in original post

1 Reply
Not applicable
Author

The window title can be an expression so you can have something similar to:

='Sales By' & GetFieldSelections('Date Dimension')