Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
PivotValueDisplayType
Eine Aufzählung von Möglichkeiten, einen Pivot-Wert als Funktion eines anderen Werts anzuzeigen.
Um eine Enum aufzurufen, rufen Sie ihre übergeordnete Klasse, ihren Namen und ihre Eigenschaft auf. Beispiel:
SpreadsheetApp.PivotValueDisplayType.PERCENT_OF_ROW_TOTAL.
Attribute
Property
Typ
Beschreibung
DEFAULT
Enum
Standard. Pivot-Werte werden als tatsächlicher Wert und nicht als Funktion eines anderen Werts angezeigt.
PERCENT_OF_ROW_TOTAL
Enum
Zeigt Pivot-Werte als Prozentsatz der Gesamtsumme für diese Zeile an.
PERCENT_OF_COLUMN_TOTAL
Enum
Pivot-Werte werden als Prozentsatz der Gesamtsumme für diese Spalte angezeigt.
PERCENT_OF_GRAND_TOTAL
Enum
Pivot-Werte werden als Prozentsatz der Gesamtsumme angezeigt.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2023-12-01 (UTC)."],[[["`PivotValueDisplayType` is used to control how values are displayed in a pivot table, offering options to present them as raw values or percentages relative to row, column, or grand totals."],["To utilize a specific display type, reference it using the format `SpreadsheetApp.PivotValueDisplayType.[property]`, such as `SpreadsheetApp.PivotValueDisplayType.PERCENT_OF_ROW_TOTAL` for displaying values as a percentage of the row total."],["Available display types include `DEFAULT` (displays the raw value), `PERCENT_OF_ROW_TOTAL`, `PERCENT_OF_COLUMN_TOTAL`, and `PERCENT_OF_GRAND_TOTAL`."]]],[]]