@CalcMgrExcelRANK
Purpose: Returns the rank of a number in a list of numbers
Syntax:
Java Class:
com.hyperion.calcmgr.common.excel.cdf.ExcelStatisticalFunctions.RANK(double,
double[], boolean)
CDF Spec: @CalcMgrExcelRANK(value, values, order)
Parameters:
@_true
: Ranks the value sorted in descending order
@_false
: Ranks the value sorted in ascending order