Google Sheets · Schema

PivotGroupLimit

The count limit on rows or columns in the pivot group.

Google WorkspaceProductivitySpreadsheets

Properties

Name Type Description
countLimit integer The count limit.
applyOrder integer The order in which the group limit is applied to the pivot table.
View JSON Schema on GitHub

JSON Schema

google-sheets-pivot-group-limit-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PivotGroupLimit",
  "type": "object",
  "description": "The count limit on rows or columns in the pivot group.",
  "properties": {
    "countLimit": {
      "type": "integer",
      "description": "The count limit."
    },
    "applyOrder": {
      "type": "integer",
      "description": "The order in which the group limit is applied to the pivot table."
    }
  }
}