add_calculated_item method

add_calculated_item(self, name, formula)

Add a calculated formula item to the pivot field.


def add_calculated_item(self, name, formula):
    ...
ParameterTypeDescription
nameSystem.StringThe item’s name.
formulaSystem.StringThe formula of pivot item.

Remarks

Only supports to add calculated item to Row/Column field.

See Also