Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Change the Title of chart at Runtime

Hi,

I want to change the title of the chart based on selection done at the multibox. Please suggest is it feasible without macros??

1 Solution

Accepted Solutions
Miguel_Angel_Baeyens

Hello,

You can use the following:

='Fixed text ' & Concat(DISTINCT Field, ',')


If you select values "A" and "B" in Field, then it should look like

Fixed text A, B


Hope this helps.



View solution in original post

1 Reply
Miguel_Angel_Baeyens

Hello,

You can use the following:

='Fixed text ' & Concat(DISTINCT Field, ',')


If you select values "A" and "B" in Field, then it should look like

Fixed text A, B


Hope this helps.