Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
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.