Warning, /office/calligra/sheets/functions/database.xml is written in an unsupported language. File is not indexed.

0001 <!DOCTYPE KSpreadFunctions>
0002 <KSpreadFunctions>
0003 
0004 <Group>
0005     <GroupName>Database</GroupName>
0006 
0007     <Function>
0008         <Name>DSUM</Name>
0009         <Type>FLOAT</Type>
0010         <Parameter>
0011             <Comment>Range marking the database</Comment>
0012             <Type range="true">String</Type>
0013         </Parameter>
0014         <Parameter>
0015             <Comment>String marking the column in the database</Comment>
0016             <Type>String</Type>
0017         </Parameter>
0018         <Parameter>
0019             <Comment>Range marking the conditions</Comment>
0020             <Type range="true">String</Type>
0021         </Parameter>
0022         <Help>
0023             <Text>Sums up the numbers in a column of a database specified by a set of conditions.</Text>
0024             <Syntax>DSUM(Database; "Header"; Conditions)</Syntax>
0025             <Example>DSUM(A1:C5; "Salary"; A9:A11)</Example>
0026         </Help>
0027     </Function>
0028 
0029     <Function>
0030         <Name>DAVERAGE</Name>
0031         <Type>FLOAT</Type>
0032         <Parameter>
0033             <Comment>Range marking the database</Comment>
0034             <Type range="true">String</Type>
0035         </Parameter>
0036         <Parameter>
0037             <Comment>String marking the column in the database</Comment>
0038             <Type>String</Type>
0039         </Parameter>
0040         <Parameter>
0041             <Comment>Range marking the conditions</Comment>
0042             <Type range="true">String</Type>
0043         </Parameter>
0044         <Help>
0045             <Text>Calculates the average in a column of a database specified by a set of conditions for values that are numbers</Text>
0046             <Syntax>DAVERAGE(Database; "Header"; Conditions)</Syntax>
0047             <Example>DAVERAGE(A1:C5; "Salary"; A9:A11)</Example>
0048         </Help>
0049     </Function>
0050 
0051     <Function>
0052         <Name>DCOUNT</Name>
0053         <Type>FLOAT</Type>
0054         <Parameter>
0055             <Comment>Range marking the database</Comment>
0056             <Type range="true">String</Type>
0057         </Parameter>
0058         <Parameter>
0059             <Comment>String marking the column in the database</Comment>
0060             <Type>String</Type>
0061         </Parameter>
0062         <Parameter>
0063             <Comment>Range marking the conditions</Comment>
0064             <Type range="true">String</Type>
0065         </Parameter>
0066         <Help>
0067             <Text>Counts the cells containing numeric values in a column of a database specified by a set of conditions.</Text>
0068             <Syntax>DCOUNT(Database; "Header"; Conditions)</Syntax>
0069             <Example>DCOUNT(A1:C5; "Salary"; A9:A11)</Example>
0070             <Related>DCOUNTA</Related>
0071         </Help>
0072     </Function>
0073 
0074     <Function>
0075         <Name>DCOUNTA</Name>
0076         <Type>FLOAT</Type>
0077         <Parameter>
0078             <Comment>Range marking the database</Comment>
0079             <Type range="true">String</Type>
0080         </Parameter>
0081         <Parameter>
0082             <Comment>String marking the column in the database</Comment>
0083             <Type>String</Type>
0084         </Parameter>
0085         <Parameter>
0086             <Comment>Range marking the conditions</Comment>
0087             <Type range="true">String</Type>
0088         </Parameter>
0089         <Help>
0090             <Text>Counts the cells containing numeric or alphanumeric values in a column of a database specified by a set of conditions.</Text>
0091             <Syntax>DCOUNTA(Database; "Header"; Conditions)</Syntax>
0092             <Example>DCOUNTA(A1:C5; "Salary"; A9:A11)</Example>
0093             <Related>DCOUNT</Related>
0094         </Help>
0095     </Function>
0096 
0097     <Function>
0098         <Name>DGET</Name>
0099         <Type>FLOAT</Type>
0100         <Parameter>
0101             <Comment>Range marking the database</Comment>
0102             <Type range="true">String</Type>
0103         </Parameter>
0104         <Parameter>
0105             <Comment>String marking the column in the database</Comment>
0106             <Type>String</Type>
0107         </Parameter>
0108         <Parameter>
0109             <Comment>Range marking the conditions</Comment>
0110             <Type range="true">String</Type>
0111         </Parameter>
0112         <Help>
0113             <Text>Returns a single value from a column of a database specified by a set of conditions. This function returns an error if no value or more than one value exist.</Text>
0114             <Syntax>DGET(Database; "Header"; Conditions)</Syntax>
0115             <Example>DGET(A1:C5; "Salary"; A9:A11)</Example>
0116         </Help>
0117     </Function>
0118 
0119     <Function>
0120         <Name>DMAX</Name>
0121         <Type>FLOAT</Type>
0122         <Parameter>
0123             <Comment>Range marking the database</Comment>
0124             <Type range="true">String</Type>
0125         </Parameter>
0126         <Parameter>
0127             <Comment>String marking the column in the database</Comment>
0128             <Type>String</Type>
0129         </Parameter>
0130         <Parameter>
0131             <Comment>Range marking the conditions</Comment>
0132             <Type range="true">String</Type>
0133         </Parameter>
0134         <Help>
0135             <Text>Returns the largest value in a column of a database specified by a set of conditions.</Text>
0136             <Syntax>DMAX(Database; "Header"; Conditions)</Syntax>
0137             <Example>DMAX(A1:C5; "Salary"; A9:A11)</Example>
0138             <Related>DMIN</Related>
0139         </Help>
0140     </Function>
0141 
0142     <Function>
0143         <Name>DMIN</Name>
0144         <Type>FLOAT</Type>
0145         <Parameter>
0146             <Comment>Range marking the database</Comment>
0147             <Type range="true">String</Type>
0148         </Parameter>
0149         <Parameter>
0150             <Comment>String marking the column in the database</Comment>
0151             <Type>String</Type>
0152         </Parameter>
0153         <Parameter>
0154             <Comment>Range marking the conditions</Comment>
0155             <Type range="true">String</Type>
0156         </Parameter>
0157         <Help>
0158             <Text>Returns the smallest values in a column of a database specified by a set of conditions.</Text>
0159             <Syntax>DMIN(Database; "Header"; Conditions)</Syntax>
0160             <Example>DMIN(A1:C5; "Salary"; A9:A11)</Example>
0161             <Related>DMAX</Related>
0162         </Help>
0163     </Function>
0164 
0165     <Function>
0166         <Name>DPRODUCT</Name>
0167         <Type>FLOAT</Type>
0168         <Parameter>
0169             <Comment>Range marking the database</Comment>
0170             <Type range="true">String</Type>
0171         </Parameter>
0172         <Parameter>
0173             <Comment>String marking the column in the database</Comment>
0174             <Type>String</Type>
0175         </Parameter>
0176         <Parameter>
0177             <Comment>Range marking the conditions</Comment>
0178             <Type range="true">String</Type>
0179         </Parameter>
0180         <Help>
0181             <Text>Returns the product of all numeric  values in a column of a database specified by a set of conditions.</Text>
0182             <Syntax>DPRODUCT(Database; "Header"; Conditions)</Syntax>
0183             <Example>DPRODUCT(A1:C5; "Salary"; A9:A11)</Example>
0184         </Help>
0185     </Function>
0186 
0187     <Function>
0188         <Name>DSTDEV</Name>
0189         <Type>FLOAT</Type>
0190         <Parameter>
0191             <Comment>Range marking the database</Comment>
0192             <Type range="true">String</Type>
0193         </Parameter>
0194         <Parameter>
0195             <Comment>String marking the column in the database</Comment>
0196             <Type>String</Type>
0197         </Parameter>
0198         <Parameter>
0199             <Comment>Range marking the conditions</Comment>
0200             <Type range="true">String</Type>
0201         </Parameter>
0202         <Help>
0203             <Text>Returns the estimate of the standard deviation of a population based on a sample using all numeric values in a column of a database specified by a set of conditions.</Text>
0204             <Syntax>DSTDEV(Database; "Header"; Conditions)</Syntax>
0205             <Example>DSTDEV(A1:C5; "Salary"; A9:A11)</Example>
0206             <Related>DSTDEVP</Related>
0207         </Help>
0208     </Function>
0209 
0210     <Function>
0211         <Name>DSTDEVP</Name>
0212         <Type>FLOAT</Type>
0213         <Parameter>
0214             <Comment>Range marking the database</Comment>
0215             <Type range="true">String</Type>
0216         </Parameter>
0217         <Parameter>
0218             <Comment>String marking the column in the database</Comment>
0219             <Type>String</Type>
0220         </Parameter>
0221         <Parameter>
0222             <Comment>Range marking the conditions</Comment>
0223             <Type range="true">String</Type>
0224         </Parameter>
0225         <Help>
0226             <Text>Returns the standard deviation of a population based on the entire population using all numeric values in a column of a database specified by a set of conditions.</Text>
0227             <Syntax>DSTDEVP(Database; "Header"; Conditions)</Syntax>
0228             <Example>DSTDEVP(A1:C5; "Salary"; A9:A11)</Example>
0229             <Related>DSTDEV</Related>
0230         </Help>
0231     </Function>
0232 
0233     <Function>
0234         <Name>DVAR</Name>
0235         <Type>FLOAT</Type>
0236         <Parameter>
0237             <Comment>Range marking the database</Comment>
0238             <Type range="true">String</Type>
0239         </Parameter>
0240         <Parameter>
0241             <Comment>String marking the column in the database</Comment>
0242             <Type>String</Type>
0243         </Parameter>
0244         <Parameter>
0245             <Comment>Range marking the conditions</Comment>
0246             <Type range="true">String</Type>
0247         </Parameter>
0248         <Help>
0249             <Text>Returns the estimate of the variance of a population based on a sample using all numeric values in a column of a database specified by a set of conditions.</Text>
0250             <Syntax>DVAR(Database; "Header"; Conditions)</Syntax>
0251             <Example>DVAR(A1:C5; "Salary"; A9:A11)</Example>
0252             <Related>DVARP</Related>
0253         </Help>
0254     </Function>
0255 
0256     <Function>
0257         <Name>DVARP</Name>
0258         <Type>FLOAT</Type>
0259         <Parameter>
0260             <Comment>Range marking the database</Comment>
0261             <Type range="true">String</Type>
0262         </Parameter>
0263         <Parameter>
0264             <Comment>String marking the column in the database</Comment>
0265             <Type>String</Type>
0266         </Parameter>
0267         <Parameter>
0268             <Comment>Range marking the conditions</Comment>
0269             <Type range="true">String</Type>
0270         </Parameter>
0271         <Help>
0272             <Text>Returns the variance of a population based on the entire population using all numeric values in a column of a database specified by a set of conditions.</Text>
0273             <Syntax>DVARP(Database; "Header"; Conditions)</Syntax>
0274             <Example>DVARP(A1:C5; "Salary"; A9:A11)</Example>
0275             <Related>DVAR</Related>
0276         </Help>
0277     </Function>
0278 
0279     <Function>
0280         <Name>GETPIVOTDATA</Name>
0281         <Type>FLOAT</Type>
0282         <Parameter>
0283             <Type range="true">String</Type>
0284             <Comment>Range containing the pivot table</Comment>
0285         </Parameter>
0286         <Parameter>
0287             <Type>String</Type>
0288             <Comment>Name of the field of which you want the summary data</Comment>
0289         </Parameter>
0290         <Help>
0291             <Text>Fetches summary data from a pivot table.</Text>
0292             <Syntax>GETPIVOTDATA(Database; "Sales")</Syntax>
0293         </Help>
0294     </Function>
0295 
0296 </Group>
0297 
0298 </KSpreadFunctions>