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

calculating share

Hi,

I need to calculate a share of groups ABCDE within each Edition.

I'm using the formula:

Value / (sum({<Edition=, Group=>}Value))*100

But it doesn't work. It show 100 for each group.

The example ia attached.

Thank you in advance,

Larisa

1 Solution

Accepted Solutions
sunny_talwar

May be this?

Value / (Sum(TOTAL <Edition>{<Edition=, Group=>}Value))


Capture.PNG

View solution in original post

1 Reply
sunny_talwar

May be this?

Value / (Sum(TOTAL <Edition>{<Edition=, Group=>}Value))


Capture.PNG