add_calculated_item method

add_calculated_item

Add a calculated item to the pivot field.

def add_calculated_item(self, name, formula):
    ...
ParameterTypeDescription
namestrThe item’s name.
formulastrThe item’s formula

Remarks

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

See Also