Hello,
Using the XamPivotGrid 13.1 I am trying to get a single total column when pivoting on 2 columns. I dont want to see totals per dimension, i just want a single total column at the end.
As an example, the code below makes a flat data source with city vertically and years + fruit horizontally
var flatDataSource = new FlatDataSource
With 2 years and 2 fruits, this produces a table with the following headers
2015/Banana, 2015/Apple, 2014/Banana, 2014/Apple, Year Total/Banana, Year Total/Apple
What i require is
2015/Banana, 2015/Apple, 2014/Banana, 2014/Apple, Total
Please see the attachment for a project showing the existing pivot grid and a screen shot of the required. For some reason i dont seem to be able to upload images to the forums.
Thats disappointing. Thank you for your help.
Thanks
Steve