Krati_Bhargava
4 months agoNew Contributor
Re: Cube view total row
There is a Simple way to return Sum of all rows (where multiple Accounts are mapped in a single row) of a column, in a cubeview.
Use Below Member filter in the total row -
Here, RowAll is the name of the row mapped with multiple accounts Like below -
CVR(RowAll,1) will return data of row index 1 from "RowAll" and so on.