
Anonymous
Not applicable
2016-08-15
01:24 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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,064 Views
1 Solution
Accepted Solutions

MVP
2016-08-15
01:26 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
1 Reply

MVP
2016-08-15
01:26 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May be this?
Value / (Sum(TOTAL <Edition>{<Edition=, Group=>}Value))
