[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-09-28 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`."]]],[]]