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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
upaliwije
Creator II
Creator II

Chart Title

In a Chart title I want to show Chart Tile + Product  Extracted from  dimension field

Eg Achievement + Product A   This product A will be selected by user from a list box. Pls help me to do this Thanks

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

On the Caption tab set the Multiline Caption option to 2 lines and use this expression: ='Achievement ' & chr(10) & Product


talk is cheap, supply exceeds demand

View solution in original post

3 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Use an expression like ='Achievement ' & concat(distinct [Product], ' - '). This way if more products are selected they will be shown as a list of values separated by a - .

Just ='Achievement ' & Product will do fine if you always only select one product.


talk is cheap, supply exceeds demand
upaliwije
Creator II
Creator II
Author

Thanks It is working. One more thing . I want it displayed in two rows   like

Achievement

  Product

Pls help me

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

On the Caption tab set the Multiline Caption option to 2 lines and use this expression: ='Achievement ' & chr(10) & Product


talk is cheap, supply exceeds demand