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

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