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

Percent in column

Hi,

in a table chart there are two columns, sum and percent. How can i get percent in column per?

sum    per

961     100%

125       13%

532       55 %

Regards

Stefan

1 Solution

Accepted Solutions
Not applicable
Author

this?

per = Sum(cost_eur)/MAX(total aggr(sum(cost_eur),structure_name))

View solution in original post

14 Replies
salto
Specialist II
Specialist II

PFA

sum(cost_eur) / sum(total cost_eur)

Hope this helps.

michael_maeuser
Partner Ambassador
Partner Ambassador

see attached...

i actually don´t know what your dimension sort was doing??

salto
Specialist II
Specialist II

Oops, my percentages  are not correct

Sorry!

Anonymous
Not applicable
Author


That's fine, it works in my test-file, but in my original file there is something wrong. Please ckeck on attached file, thanks.

salto
Specialist II
Specialist II

Cannot find attached file...

Anonymous
Not applicable
Author

Can i send you this file directly?

salto
Specialist II
Specialist II

No problem, but if you upload it more people will be able to help you. Is is a problem for you to upload it?

Not applicable
Author

this?

per = Sum(cost_eur)/MAX(total aggr(sum(cost_eur),structure_name))

Anonymous
Not applicable
Author

how can i upload?