Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

how to plot values inside segments in a pie chart. please see the image below for example

Pie_graph.PNG

8 Replies
sergio0592
Specialist III
Specialist III

Hi,

For pie chart and donut "Value inside segement" option doesn't exists.

P1.jpg

Anonymous
Not applicable
Author

If does not exists, what is the solution you are suggesting because I need to do for a client?

sergio0592
Specialist III
Specialist III

There is surely a workaround. I'am looking for it.

sergio0592
Specialist III
Specialist III

One solution is to overlap a second pie chart and display only value point for this.

P2.jpg

Anonymous
Not applicable
Author

Thanks a lot

Anonymous
Not applicable
Author

Hi Jean, Thanks a lot, please also help below , How to show the full description name of my dimension.bar_graph.PNG

sergio0592
Specialist III
Specialist III

As dimension , try with :

mid(JOBNAME,1,FindOneOf(JOBNAME,'_',4))&chr(10)&mid(FindOneOf(JOBNAME,'_',4),len(JOBNAME))

sergio0592
Specialist III
Specialist III

Use instead :

mid(JOBCODE,1,FindOneOf(JOBCODE,'_',4))&chr(10)&mid(JOBCODE,FindOneOf(JOBCODE,'_',4)+1,len(JOBCODE))

It should works, it returns dimension label on 2 lines. Is it what you're trying to achieve?

Pic4.jpg