Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to name each slice in pie chart with out legend

Hi All,

how to name each slice in pie chart with out legend?...Pls can anybody tell me with an example.

5 Replies
jpenuliar
Partner - Specialist III
Partner - Specialist III

You can add another expression in your pie chart and use the expression below:

if(count(distinct [Your Field Name]) = 1, [Your Field Name], 'Others')

Anonymous
Not applicable
Author

PFA.

Hope it helps.

Marc.

Not applicable
Author

Hi marcarreras,

Thanks for ur reply..Can u pls send me the image file of above qvw because it is not opening on my system as i am using personel edition.

Thanks,

Vasudha

kushalthakral
Creator III
Creator III

Hi Vasudha

Please use expression and not legends in pie chart

Expression:

=Sum(A)

='Number:'&B

Find the screen shot below:

Screen1.png

Screen2.png

Anonymous
Not applicable
Author

Sorry Vasudha, I was unavailable last hours. You can find the images in Kushal's post. Does it fit for you?

Marc.