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: 
MikeJones
Creator
Creator

Dynamic Chart Title

Hi, I wish to dynamically have the names for the team leaders shown in the chart.  I am using the filter Resource Manager and I have chosen Lewis.  The ResourceTeamLeader shows Darren etc unchecked

The chart for Team Leaders title uses ='Tins for Team Leaders :' & GetFieldSelections(ResourceTeamLeader)

MikeJones_3-1645718993749.png

 

 

When I click on Darren, Lee.... they do appear in the title.  However, I don't want to be doing this.

Thanks for your help.

 

 

Labels (3)
1 Solution

Accepted Solutions
MikeJones
Creator
Creator
Author

Chris, many thanks for your help.

View solution in original post

2 Replies
chrismarlow
Specialist II
Specialist II

Hi,

Maybe try;

='Tins for Team Leaders :' & Concat(DISTINCT ResourceTeamLeader,',')

Cheers,

Chris.

MikeJones
Creator
Creator
Author

Chris, many thanks for your help.