Google Sheets · Schema

PivotGroupRule

An optional setting on a PivotGroup that defines buckets for the values in the source data column.

Google WorkspaceProductivitySpreadsheets

Properties

Name Type Description
manualRule object A ManualRule.
histogramRule object A HistogramRule.
dateTimeRule object A DateTimeRule.
View JSON Schema on GitHub

JSON Schema

google-sheets-pivot-group-rule-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PivotGroupRule",
  "type": "object",
  "description": "An optional setting on a PivotGroup that defines buckets for the values in the source data column.",
  "properties": {
    "manualRule": {
      "type": "object",
      "description": "A ManualRule."
    },
    "histogramRule": {
      "type": "object",
      "description": "A HistogramRule."
    },
    "dateTimeRule": {
      "type": "object",
      "description": "A DateTimeRule."
    }
  }
}