[Widget Pivot] define "MIN" but show "SUM in total

Hello,

I would like to know if it would be possible in a column of the pivot to define the operation “MIN” but show a “SUM” in totalColumn and footer

Hello @bdasilva ,
Pivot has onBeforeRender event, which allows modifying the configuration of columns before they initialized.So you can add custom “total” column with template where the needed calculations on data can be performed as well and customize and footer too.
Please take a look at the snippet:
https://snippet.webix.com/pnjbysag

1 Like