Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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.
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.
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!
Hi @varunamin2 ,
Please find attached QVF for your reference.
I am unable to open the file as I am using QlikView and not QlikSense.
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.
Thank you @abhijitnalekar . It worked.