SetLegacyTableCompatible Method (Python)
Sets whether row and column labels are indexed in the same manner as for legacy tables. The argument is Boolean--True if row and column labels are indexed in the same manner as for legacy tables, False otherwise.
- By default, row and column labels are indexed in the same manner as for legacy tables.
- For tables with hidden rows or columns, you might need to specify
SetLegacyTableCompatible(False)
. SetLegacyTableCompatible
has no effect on legacy tables.
Syntax
SpssPivotTable.SetLegacyTableCompatible(boolean)