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: 
Anonymous
Not applicable

Set Dimension as a Chart Title

Hi,

I have this bar chart with a cyclic group in the dimensions. Now, I want to set the Chart Title as the dimension that I'm showing in the cycle.

How can I do this?

Thanks!

Juan Lopez

diego GOmez

1 Solution

Accepted Solutions
Clever_Anjos
Employee
Employee

GetCurrentField('you cyclic group name')

View solution in original post

6 Replies
Clever_Anjos
Employee
Employee

Did you insert an image or app?

Shows nothing to me

Anonymous
Not applicable
Author

No, I just have one expression Sum(Income), and I have 3 dimensions (Region, City, Store). I want to show "Region" if I am currently showing the Income by Region, and City when I click in the cycle to change the dimension... and so on!

Clever_Anjos
Employee
Employee

Got it,,

Use GetCurrentField function

Anonymous
Not applicable
Author

But how should I put the parameter of that function... If I have this Cyclic Group

Anonymous
Not applicable
Author

I did it!!! Thanks!

Clever_Anjos
Employee
Employee

GetCurrentField('you cyclic group name')