Hi,
I am trying to use Syncfusion PivotGrid control to achive Pivot functionality in Excel. I have 2 columns say Column1 and Column2 . I want to have a third column calculated as Sum(Column1) / Sum(Column2) *100.
I can calculate individual sums on column1 and column2 using SummaryType = DoubleTotalSum , but I am not getting how to perform calculations on Summary Columns.
Any help will be highly appreciated.
Thanks in advance!