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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
master_student
Creator III
Creator III

dynamic title

Hello Guys,

I would like to have a dynamic chart title that change with the year selected for example Recharge 2016 vs 2017

any idea please?

Thanks

4 Replies
sunny_talwar

May be this:

='Recharge ' & (Max(Year) - 1) &  ' vs ' & Max(Year)

sdmech81
Specialist
Specialist

HI you can write expression in chart title aswell..Try that

Else give me exactly what you want

sdmech81
Specialist
Specialist

Try this:

='Recharge ' & (Max(Year(Today())) - 1) & ' vs ' & Max(Year(Today()))

gowtham_patnaik
Contributor III
Contributor III

Try this:

try to store year in a variable.

='Recharge' & sum($(vYear)-1) &  ' vs ' & sum($(vYear))