ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Static Public Member Functions | |
static | DAVERAGE ($database, $field, $criteria) |
static | DCOUNT ($database, $field, $criteria) |
static | DCOUNTA ($database, $field, $criteria) |
static | DGET ($database, $field, $criteria) |
static | DMAX ($database, $field, $criteria) |
static | DMIN ($database, $field, $criteria) |
static | DPRODUCT ($database, $field, $criteria) |
static | DSTDEV ($database, $field, $criteria) |
static | DSTDEVP ($database, $field, $criteria) |
static | DSUM ($database, $field, $criteria) |
static | DVAR ($database, $field, $criteria) |
static | DVARP ($database, $field, $criteria) |
Static Private Member Functions | |
static | __fieldExtract ($database, $field) |
__fieldExtract More... | |
static | __filter ($database, $criteria) |
__filter More... | |
Definition at line 46 of file Database.php.
|
staticprivate |
__fieldExtract
Extracts the column ID to use for the data field.
private
mixed[] | $database The range of cells that makes up the list or database. A database is a list of related data in which rows of related information are records, and columns of data are fields. The first row of the list contains labels for each column. | |
mixed | $field | Indicates which column is used in the function. Enter the column label enclosed between double quotation marks, such as "Age" or "Yield," or a number (without quotation marks) that represents the position of the column within the list: 1 for the first column, 2 for the second column, and so on. |
Definition at line 67 of file Database.php.
References PHPExcel_Calculation_Functions\flattenSingleValue().
|
staticprivate |
__filter
Parses the selection criteria, extracts the database rows that match those criteria, and returns that subset of rows.
private
mixed[] | $database The range of cells that makes up the list or database. A database is a list of related data in which rows of related information are records, and columns of data are fields. The first row of the list contains labels for each column. |
mixed[] | $criteria The range of cells that contains the conditions you specify. You can use any range for the criteria argument, as long as it includes at least one column label and at least one cell below the column label in which you specify a condition for the column. |
Definition at line 98 of file Database.php.
References $result, $row, PHPExcel_Calculation_Functions\_ifCondition(), PHPExcel_Calculation\_wrapResult(), array, and PHPExcel_Calculation\getInstance().
|
static |
Definition at line 180 of file Database.php.
References $row, array, and PHPExcel_Calculation_Statistical\AVERAGE().
|
static |
Definition at line 232 of file Database.php.
References $row, array, and PHPExcel_Calculation_Statistical\COUNT().
|
static |
Definition at line 281 of file Database.php.
References $row, array, and PHPExcel_Calculation_Statistical\COUNTA().
|
static |
Definition at line 328 of file Database.php.
References $row, array, and PHPExcel_Calculation_Functions\NaN().
|
static |
Definition at line 379 of file Database.php.
References $row, array, and PHPExcel_Calculation_Statistical\MAX().
|
static |
Definition at line 426 of file Database.php.
References $row, array, and PHPExcel_Calculation_Statistical\MIN().
|
static |
Definition at line 472 of file Database.php.
References $row, array, and PHPExcel_Calculation_MathTrig\PRODUCT().
|
static |
Definition at line 519 of file Database.php.
References $row, array, and PHPExcel_Calculation_Statistical\STDEV().
|
static |
Definition at line 566 of file Database.php.
References $row, array, and PHPExcel_Calculation_Statistical\STDEVP().
|
static |
Definition at line 612 of file Database.php.
References $row, array, and PHPExcel_Calculation_MathTrig\SUM().
|
static |
Definition at line 659 of file Database.php.
References $row, array, and PHPExcel_Calculation_Statistical\VARFunc().
|
static |
Definition at line 706 of file Database.php.
References $row, array, and PHPExcel_Calculation_Statistical\VARP().