Merged in bugfix/PMCORE-1639 (pull request #7391)
PMCORE-1639 Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
@@ -468,12 +468,13 @@ function evaluateFunction($aGrid, $sExpresion)
|
|||||||
* stantard deviation, variance, percentile, count, count distinct
|
* stantard deviation, variance, percentile, count, count distinct
|
||||||
*
|
*
|
||||||
* @name PMFTotalCalculation
|
* @name PMFTotalCalculation
|
||||||
* @label PMFTotalCalculation Function
|
* @label PMF TotalCalculation
|
||||||
* @link http://wiki.processmaker.com/index.php/ProcessMaker_Functions#PMFTotalCalculation.28.29
|
* @link http://wiki.processmaker.com/index.php/ProcessMaker_Functions#PMFTotalCalculation.28.29
|
||||||
* @param array | $grid | Grid | The input grid.
|
* @param array | $grid | Grid | The input grid
|
||||||
* @param string (32) | $field | Name of field | The name of the field.
|
* @param string (32) | $field | Name of field | The name of the field.
|
||||||
* @param string (32) | $function | Operation.
|
* @param string (32) | $function | Operation | More information about the type of calculations can be found in https://wiki.processmaker.com/3.2/ProcessMaker_Functions
|
||||||
* @return int|float|array | $result | Result | Result according of the function
|
*
|
||||||
|
* @return mixed | $result | Result | Result according of the operation
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
function PMFTotalCalculation($grid, $field, $function)
|
function PMFTotalCalculation($grid, $field, $function)
|
||||||
|
|||||||
Reference in New Issue
Block a user