drgerrow
3 years agoNew Contributor III
Subtotal of a Cube View expansion?
Is there an easy way to retrieve the subtotal of all the values returned in a Cube View expansion?
For instance, we might have on one Cube View Row with a nested expansion such as:
- E#Company1, E#Company2, E#Company3
- A#Account1, A#Account2, A#Account3
What I would like is to be able to add another row to my Cube View that is the sum of everything that retrieved in that first row expansion (could have returned anything from 0 to 9 rows of data). Today we do a klunky solution, such as : GetDataCell(CVR(Row1,0) + CVR(Row1,1) + CVR(Row1, 2) + ......), which unfortunately is not dynamic.