Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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
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
That worked! Thank you!