CustomPiovtFieldGroupItem constructor

init

The constructor of custom group item of pivot field.

def __init__(self, name, item_indexes):
    ...
ParameterTypeDescription
namestrThe name of group item
item_indexeslistAll indexes to the items of base pivot field.

See Also