Skip to main content
Announcements
The New Qlik Learning Experience is Here! GET STARTED
cancel
Showing results for 
Search instead for 
Did you mean: 
Oleks_Andra
Contributor
Contributor

Moving Data lables inside the pie chart

Hello there,

I Need your help!

I would like to move the data lables into the Chart.  see the Picture.

Is it possible?

Thank you!Unbenannt.PNG

4 Replies
sergio0592
Specialist III
Specialist III

Hi,

You can create an offset with

dual(chr(32)&Sum(Sales) ,sum(Sales))
or 
dual(chr(32)&chr(32)&Sum(Sales) ,sum(Sales))
Oleks_Andra
Contributor
Contributor
Author

Thank you for the quick Reply. And where exactly should  I put this Offset. In the script or in the pie Chart Settings?

Oleks_Andra
Contributor
Contributor
Author

Thank you for the quick Reply. And where exactly should I put this Offset. In the script or in the pie Chart Settings?
sergio0592
Specialist III
Specialist III

Put it in your expression.