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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikvw2019
Contributor
Contributor

Dynamic Bar chart Title Based on Selection

Hello,

 

Is it possible to display the BarChart Title based on the Choice picked from the Selection Box? Thanks

1 Reply
Lisa_P
Employee
Employee

Yes it is. In the Caption tab in the Title Text box, go to the expression editor by clicking the box at the end with the dots ...
Create an expression that is a combination of a text string and an expression like ..
='Selected value of ' & GetFieldSelections(FieldName)