|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Collaboration diagram for PhpOffice\PhpSpreadsheet\Calculation\Database:Static Public Member Functions | |
| static | DAVERAGE ($database, $field, $criteria) |
| DAVERAGE. More... | |
| static | DCOUNT ($database, $field, $criteria) |
| DCOUNT. More... | |
| static | DCOUNTA ($database, $field, $criteria) |
| DCOUNTA. More... | |
| static | DGET ($database, $field, $criteria) |
| DGET. More... | |
| static | DMAX ($database, $field, $criteria) |
| DMAX. More... | |
| static | DMIN ($database, $field, $criteria) |
| DMIN. More... | |
| static | DPRODUCT ($database, $field, $criteria) |
| DPRODUCT. More... | |
| static | DSTDEV ($database, $field, $criteria) |
| DSTDEV. More... | |
| static | DSTDEVP ($database, $field, $criteria) |
| DSTDEVP. More... | |
| static | DSUM ($database, $field, $criteria) |
| DSUM. More... | |
| static | DVAR ($database, $field, $criteria) |
| DVAR. More... | |
| static | DVARP ($database, $field, $criteria) |
| DVARP. More... | |
Definition at line 8 of file Database.php.
|
static |
DAVERAGE.
Averages the values in a column of a list or database that match conditions you specify.
Excel Function: DAVERAGE(database,field,criteria)
@Deprecated 1.17.0
| 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. |
| int | string | $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. |
| 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 40 of file Database.php.
References PhpOffice\PhpSpreadsheet\Calculation\Database\DAverage\evaluate().
Here is the call graph for this function:
|
static |
DCOUNT.
Counts the cells that contain numbers in a column of a list or database that match conditions that you specify.
Excel Function: DCOUNT(database,[field],criteria)
@Deprecated 1.17.0
| 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. |
| null | int | string | $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. |
| 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. |
@TODO The field argument is optional. If field is omitted, DCOUNT counts all records in the database that match the criteria.
Definition at line 79 of file Database.php.
References PhpOffice\PhpSpreadsheet\Calculation\Database\DCount\evaluate().
Here is the call graph for this function:
|
static |
DCOUNTA.
Counts the nonblank cells in a column of a list or database that match conditions that you specify.
Excel Function: DCOUNTA(database,[field],criteria)
@Deprecated 1.17.0
| 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. |
| null | int | string | $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. |
| 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 114 of file Database.php.
References PhpOffice\PhpSpreadsheet\Calculation\Database\DCountA\evaluate().
Here is the call graph for this function:
|
static |
DGET.
Extracts a single value from a column of a list or database that matches conditions that you specify.
Excel Function: DGET(database,field,criteria)
@Deprecated 1.17.0
| 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. |
| int | string | $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. |
| 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 150 of file Database.php.
References PhpOffice\PhpSpreadsheet\Calculation\Database\DGet\evaluate().
Here is the call graph for this function:
|
static |
DMAX.
Returns the largest number in a column of a list or database that matches conditions you that specify.
Excel Function: DMAX(database,field,criteria)
@Deprecated 1.17.0
| 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. |
| int | string | $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. |
| 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 186 of file Database.php.
References PhpOffice\PhpSpreadsheet\Calculation\Database\DMax\evaluate().
Here is the call graph for this function:
|
static |
DMIN.
Returns the smallest number in a column of a list or database that matches conditions you that specify.
Excel Function: DMIN(database,field,criteria)
@Deprecated 1.17.0
| 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. |
| int | string | $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. |
| 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 222 of file Database.php.
References PhpOffice\PhpSpreadsheet\Calculation\Database\DMin\evaluate().
Here is the call graph for this function:
|
static |
DPRODUCT.
Multiplies the values in a column of a list or database that match conditions that you specify.
Excel Function: DPRODUCT(database,field,criteria)
@Deprecated 1.17.0
| 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. |
| int | string | $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. |
| 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 257 of file Database.php.
References PhpOffice\PhpSpreadsheet\Calculation\Database\DProduct\evaluate().
Here is the call graph for this function:
|
static |
DSTDEV.
Estimates the standard deviation of a population based on a sample by using the numbers in a column of a list or database that match conditions that you specify.
Excel Function: DSTDEV(database,field,criteria)
@Deprecated 1.17.0
| 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. |
| int | string | $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. |
| 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 293 of file Database.php.
References PhpOffice\PhpSpreadsheet\Calculation\Database\DStDev\evaluate().
Here is the call graph for this function:
|
static |
DSTDEVP.
Calculates the standard deviation of a population based on the entire population by using the numbers in a column of a list or database that match conditions that you specify.
Excel Function: DSTDEVP(database,field,criteria)
@Deprecated 1.17.0
| 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. |
| int | string | $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. |
| 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 329 of file Database.php.
References PhpOffice\PhpSpreadsheet\Calculation\Database\DStDevP\evaluate().
Here is the call graph for this function:
|
static |
DSUM.
Adds the numbers in a column of a list or database that match conditions that you specify.
Excel Function: DSUM(database,field,criteria)
@Deprecated 1.17.0
| 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. |
| int | string | $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. |
| 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 364 of file Database.php.
References PhpOffice\PhpSpreadsheet\Calculation\Database\DSum\evaluate().
Here is the call graph for this function:
|
static |
DVAR.
Estimates the variance of a population based on a sample by using the numbers in a column of a list or database that match conditions that you specify.
Excel Function: DVAR(database,field,criteria)
@Deprecated 1.17.0
| 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. |
| int | string | $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. |
| 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 400 of file Database.php.
References PhpOffice\PhpSpreadsheet\Calculation\Database\DVar\evaluate().
Here is the call graph for this function:
|
static |
DVARP.
Calculates the variance of a population based on the entire population by using the numbers in a column of a list or database that match conditions that you specify.
Excel Function: DVARP(database,field,criteria)
@Deprecated 1.17.0
| 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. |
| int | string | $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. |
| 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 436 of file Database.php.
References PhpOffice\PhpSpreadsheet\Calculation\Database\DVarP\evaluate().
Here is the call graph for this function: