pivot4j icon indicating copy to clipboard operation
pivot4j copied to clipboard

removing the All Dimension but still maintianing totals

Open rdavi10471a2 opened this issue 8 years ago • 2 comments

suppose I am filtering down to specific stores, I want to see the totals for those stores rendered how do I do that? Otherwise great work... sure I am just overlooking something image

the CA total is not equal to the total of the selected stores.. image

essentially I think a drilldown or filter operation should always show a grand total at the bottom.. and or be reflected in the all group.. please educate me othrewise...

Please advise

rdavi10471a2 avatar Jan 10 '16 05:01 rdavi10471a2

I must admit that I'm not an OLAP expert myself, but if I'm not mistaken, it's how it's supposed to work with the kind of MDX it generates.

However, Pivot4J also supports client side aggregation feature which works independently of the MDX statement used, which can be accessed from the toolbar menu of the Analytics application.

So, please try it and see if it resolves your problem and let me know if you need further assistance.

Thanks!

mysticfall avatar Jan 10 '16 13:01 mysticfall

yes adding row/column totals worked thanks

rdavi10471a2 avatar Jan 10 '16 15:01 rdavi10471a2