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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Nagaraju_KCS
Specialist III
Specialist III

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