Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
jduenyas
Specialist
Specialist

Cyclic Group and Dimension Name

Hello all

I would like to display the name of the dimension selected from a cyclic group in the Chart Title area so that for instance it will show:

Orders by Month or

Orders by Industry or

Orders by Department etc

when the appropriate dimension is selected from the Cyclic Group.

Is there a way to discern the name of the selected dimension?

(Dimentionality() gives the number of dimensions in the "Used Dimension" but not their names)

Thanks

1 Solution

Accepted Solutions
arvind_patil
Partner - Specialist III
Partner - Specialist III

Hi Josh,

Your Title is like below:

='Orders by '&GetCurrentField(Group Name)



Thanks,

Arvind Patil

View solution in original post

5 Replies
sunny_talwar

Use GetCurrentField() function

GetCurrentField ‒ QlikView

arvind_patil
Partner - Specialist III
Partner - Specialist III

Hi Josh,

Your Title is like below:

='Orders by '&GetCurrentField(Group Name)



Thanks,

Arvind Patil

jduenyas
Specialist
Specialist
Author

I wish I could have given both of you "Correct Answer"

I chose Arvind just because his answer was more complete.

Nevertheless, I thank you. I always follow your replies to questions.

Josh

sunny_talwar

As long as your get what you want, we are all good

Best,

Sunny

arvind_patil
Partner - Specialist III
Partner - Specialist III

Hi josh,

I am Also following Sunny . So I think you chose my answer as correct then also its his success.

Thanks,

Arvind Patil