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

Hi. I have 5 columns in a Excel sheet. I want the sum of the respective column data by yearwise in a pie chart. How do i display it?

Pls help me over the above problem.

1 Solution

Accepted Solutions
Not applicable
Author

We can have maximum 2 expression in pie chart. But if we put 2 expression then we will have pie inside pie. So you can use cyclic for this.

View solution in original post

6 Replies
alkesh_sharma
Creator III
Creator III

DImention = Year

Expression = SUM(Column)

Not applicable
Author

Hi Ganesh,

What are the 5 columns?

Not applicable
Author

okay, let me rephrase the question. can i have multiple expression used in pie chart?????? pls help me out

Thanks in advance

alkesh_sharma
Creator III
Creator III

A pie chart can take only one expression. Unless the second is the same with with relative data points.

Not applicable
Author

hi Ganesh, plesae attach a model of the data set you are working with, it might be neccesary for you to do some coding, it often is when considering time. however the more thought all put into the model the less coding will be required and the more powerfull will be the available analysis, rgds, Clive

Not applicable
Author

We can have maximum 2 expression in pie chart. But if we put 2 expression then we will have pie inside pie. So you can use cyclic for this.