संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
PivotTableSummarizeFunction
पिवट टेबल डेटा की खास जानकारी देने वाले फ़ंक्शन की गिनती.
किसी Enum को कॉल करने के लिए, आपको उसकी पैरंट क्लास, नाम, और प्रॉपर्टी को कॉल करना होता है. उदाहरण के लिए,
SpreadsheetApp.PivotTableSummarizeFunction.CUSTOM.
प्रॉपर्टी
प्रॉपर्टी
Type
ब्यौरा
CUSTOM
Enum
कस्टम फ़ंक्शन, यह वैल्यू सिर्फ़ आपके दिए गए फ़ॉर्मूला के आधार पर तैयार किए गए फ़ील्ड के लिए मान्य होती है.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2023-12-01 (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."]]],[]]