select_field method

select_field(self, axis_type, field_name)

Select a field in the region as an area.


def select_field(self, axis_type, field_name):
    ...
ParameterTypeDescription
axis_typePivotFieldTypeThe region type.
field_namestrThe name of pivot field.

select_field(self, axis_type, field)

Select a field in the region as an area.


def select_field(self, axis_type, field):
    ...
ParameterTypeDescription
axis_typePivotFieldTypeThe region type.
fieldPivotFieldThe pivot field.

See Also