Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
varunamin2
Contributor III
Contributor III

Dynamic Chart name

Hi,

I want to dynamically change the name on the chart title using my cyclic group name.  Trying to use '=GetCurrentField([GroupName])'. But unable to view the cyclic group name on the chart edit.

Labels (2)
1 Solution

Accepted Solutions
abhijitnalekar
Specialist II
Specialist II

Hi @varunamin2 ,

My bad, I haven't realized the post was for Qlikview.

You can get the object name below.

To get the object name used in chart : GetObjectField()

and to get the selected dimension from the object : GetCurrentField("Shipping")

Shipping is my group name. Hope this helps you. 

abhijitnalekar_0-1655320027342.png

 

Regards,
Abhijit
keep Qliking...
Help users find answers! Don't forget to mark a solution that worked for you!

View solution in original post

6 Replies
abhijitnalekar
Specialist II
Specialist II

Hi @varunamin2,

This function is still not added in the Qliksense.

The only workaround to change the header name is to use the input variable and change the dimension through the variable and use the same variable in the chart header. 

Regards,
Abhijit
keep Qliking...
Help users find answers! Don't forget to mark a solution that worked for you!
varunamin2
Contributor III
Contributor III
Author

Hi @abhijitnalekar 

I am using 4 dimensions (columns) in the cyclic group. How can I achieve that using variables.

Can you please give me an example. Thanks!

abhijitnalekar
Specialist II
Specialist II

Hi @varunamin2 ,

 

Please find attached QVF for your reference.

Regards,
Abhijit
keep Qliking...
Help users find answers! Don't forget to mark a solution that worked for you!
varunamin2
Contributor III
Contributor III
Author

Hi @abhijitnalekar 

I am unable to open the file as I am using QlikView and not QlikSense.

abhijitnalekar
Specialist II
Specialist II

Hi @varunamin2 ,

My bad, I haven't realized the post was for Qlikview.

You can get the object name below.

To get the object name used in chart : GetObjectField()

and to get the selected dimension from the object : GetCurrentField("Shipping")

Shipping is my group name. Hope this helps you. 

abhijitnalekar_0-1655320027342.png

 

Regards,
Abhijit
keep Qliking...
Help users find answers! Don't forget to mark a solution that worked for you!
varunamin2
Contributor III
Contributor III
Author

Thank you @abhijitnalekar . It worked.