Skip to main content
Announcements
Global Transformation Awards submissions are open! SUBMIT YOUR STORY
cancel
Showing results for 
Search instead for 
Did you mean: 
Camilla84
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

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
Follow me on my LinkedIn | Know IPC Global at ipc-global.com

View solution in original post

2 Replies
marksouzacosta

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
Follow me on my LinkedIn | Know IPC Global at ipc-global.com

Camilla84
Partner - Contributor III
Author

That worked! Thank you!