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

Chart Title

Hi all,

I have one cycle group in one chart,if i select one thing from that group the chart name should change in two different charts....is it possible

if yes, tel me how can i achieve that

Thanks!!!!

Smiley

5 Replies
sivarajs
Specialist II
Specialist II

use getcurrentfield(group name) in label

vikasmahajan

Please tick show caption

Vikas

Please tick on show captiont.JPG

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

create a variable, for example vLabel, as =getcurrentfield(MyGroupName). When you select a field in the cycle group the variable vLabel will have the name of that field as value. You can then set the chart title to =vLabel in both charts. Replace MyGroupName with the name of your cycle group


talk is cheap, supply exceeds demand
ariel_klien
Specialist
Specialist

Hi

Try to use GetCurrentField(Group_name).

BR

Ariel

Not applicable

By using "getcurrentfield( MyGroup )" you can achieve it..

Like below..

Expression in Chart Title..

=If(getcurrentfield( Group1 )='Customer','Customer wise Analysis','Region wise Analysis')

Hope it will help you

Karthik