Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Camilla84
Partner - Contributor III
Partner - Contributor III

Cycling Dim Label

Hello, Team!

 

I'm using the new feature for cycling dimension in Qlik Cloud but I'm having a hard time figuring out how to create a dinamic label for grouping dimension.

Does anyone has any idea how to do it?

Labels (1)
1 Solution

Accepted Solutions
marksouzacosta
Partner - Specialist
Partner - Specialist

Hi @Camilla84 ,

Use the new function GroupDimensionLabel('YourCyclicDimensionName') function.

You can use this function in any place where you can add calculated strings like button labels, titles, text charts, etc.

 

Regards,

Mark Costa

Read more at Data Voyagers - datavoyagers.net

View solution in original post

2 Replies
marksouzacosta
Partner - Specialist
Partner - Specialist

Hi @Camilla84 ,

Use the new function GroupDimensionLabel('YourCyclicDimensionName') function.

You can use this function in any place where you can add calculated strings like button labels, titles, text charts, etc.

 

Regards,

Mark Costa

Read more at Data Voyagers - datavoyagers.net
Camilla84
Partner - Contributor III
Partner - Contributor III
Author

That worked! Thank you!