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: 
qv_testing
Specialist II
Specialist II

Need Help

Hi All,

How to change dynamically chart caption based on Cyclic Group selection?

Suppose i have one cyclic group these are my dimensions(Country,State and City)

If i am click Cyclic i want to change caption.

Hope you Understand.....

4 Replies
MK_QSL
MVP
MVP

=GetCurrentField([GROUP NAME])

avinashelite

Hi Manish,

Use =GetCurrentfield(group name)

Regards,

@vi

amit_saini
Master III
Master III

Try something Like this:

='Test'&chr(32)&if(GetSelectedCount(Your_Field)>0,'- '&GetFieldSelections(Your_Field))

Thanks,

AS

aveeeeeee7en
Specialist III
Specialist III

Hi

Try this:

if(GetCurrentField([New Group])='Name','Name',
if(GetCurrentField(
[New Group])='Wrh','WareHouse'))

Also, see the Attachment.

Regards

Aviral Nag