- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That worked! Thank you!