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: 
TheBeginner
Contributor II
Contributor II

Dynamic Chart Title

Hi Everyone,

Can any one please help me on dynamic title change.

I have a field named Region contains records like Europe, Asia, North America, Middle East etc... 

In the chart title I have to shown Total Activities by Region as chart title. But now if i select any of those region then i want to hide Total Activities by Region and show selected region.

 

Can anyone help me on this.

 

Thanks in advance.

 

@rubenmarin @hic 

1 Solution

Accepted Solutions
hic
Former Employee
Former Employee

=If(Count(distinct Region)=1,'Activities in ' & Region,'Total Activities by Region')

View solution in original post

2 Replies
hic
Former Employee
Former Employee

=If(Count(distinct Region)=1,'Activities in ' & Region,'Total Activities by Region')

TheBeginner
Contributor II
Contributor II
Author

Thank you so much @hic it worked perfectly alright.