Enum PivotTableSummarizeFunction
पिवटटेबलखास जानकारीफ़ंक्शन
पिवट टेबल के डेटा की खास जानकारी देने वाले फ़ंक्शन की सूची.
किसी एनम को कॉल करने के लिए, उसकी पैरंट क्लास, नाम, और प्रॉपर्टी को कॉल किया जाता है. उदाहरण के लिए,
SpreadsheetApp.PivotTableSummarizeFunction.CUSTOM
.
प्रॉपर्टी
प्रॉपर्टी | टाइप | ब्यौरा |
CUSTOM | Enum | कस्टम फ़ंक्शन, यह वैल्यू सिर्फ़ कैलकुलेट किए गए फ़ील्ड के लिए मान्य है. |
SUM | Enum | SUM फ़ंक्शन |
COUNTA | Enum | COUNTA फ़ंक्शन |
COUNT | Enum | COUNT फ़ंक्शन |
COUNTUNIQUE | Enum | COUNTUNIQUE फ़ंक्शन |
AVERAGE | Enum | AVERAGE फ़ंक्शन |
MAX | Enum | MAX फ़ंक्शन |
MIN | Enum | MIN फ़ंक्शन |
MEDIAN | Enum | MEDIAN फ़ंक्शन |
PRODUCT | Enum | PRODUCT फ़ंक्शन |
STDEV | Enum | STDEV फ़ंक्शन |
STDEVP | Enum | STDEVP फ़ंक्शन |
VAR | Enum | VAR फ़ंक्शन |
VARP | Enum | VARP फ़ंक्शन |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-12-02 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-12-02 (UTC) को अपडेट किया गया."],[[["`PivotTableSummarizeFunction` is an enumeration of functions used to summarize data within Google Sheets pivot tables."],["It provides access to common aggregation functions like `SUM`, `AVERAGE`, `COUNT`, `MAX`, `MIN`, and more for summarizing pivot table data."],["To use a function, call it using the parent class, name, and property, such as `SpreadsheetApp.PivotTableSummarizeFunction.SUM`."],["Includes a `CUSTOM` property for using custom functions within calculated fields in pivot tables."]]],["`PivotTableSummarizeFunction` enumerates functions for summarizing pivot table data. These functions, accessed via `SpreadsheetApp.PivotTableSummarizeFunction`, include: `CUSTOM` (for calculated fields), `SUM`, `COUNTA`, `COUNT`, `COUNTUNIQUE`, `AVERAGE`, `MAX`, `MIN`, `MEDIAN`, `PRODUCT`, `STDEV`, `STDEVP`, `VAR`, and `VARP`. Each function corresponds to a specific Google Sheets formula, allowing for diverse data aggregation within pivot tables. Each property's type is `Enum`.\n"]]