Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
PivotValueDisplayType
Un'enumerazione dei modi per visualizzare un valore pivot in funzione di un altro valore.
Per chiamare un'enumerazione, devi chiamare la classe, il nome e la proprietà principali. Ad esempio,
SpreadsheetApp.PivotValueDisplayType.PERCENT_OF_ROW_TOTAL.
Proprietà
Proprietà
Tipo
Descrizione
DEFAULT
Enum
Predefinita. Visualizza i valori pivot come valore effettivo e non in funzione di un altro valore.
PERCENT_OF_ROW_TOTAL
Enum
Visualizza i valori pivot come percentuale del totale per quella riga.
PERCENT_OF_COLUMN_TOTAL
Enum
Visualizza i valori pivot come percentuale del totale per quella colonna.
PERCENT_OF_GRAND_TOTAL
Enum
Visualizza i valori pivot come percentuale del totale generale.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 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`."]]],[]]