Returns the length of the text.
com.hyperion.calcmgr.common.cdf.StringFunctions.length(String)
@CalcMgrTextLength(text)
Returns the length of the text.
com.hyperion.calcmgr.common.cdf.StringFunctions.length(String)
@CalcMgrTextLength(text)
Sort items in the list based on the values and returns the top n elements
com.hyperion.calcmgr.common.cdf.StringFunctions.sortAndReturn(String[],double[],int,boolean)
@CalcMgrSortAndReturn(list,values,topN,sortAscending)
Sort items in the list
com.hyperion.calcmgr.common.cdf.StringFunctions.sortValues(double[],boolean)
@CalcMgrSortValues(values,sortAscending)
Sort items in the list
com.hyperion.calcmgr.common.cdf.StringFunctions.sortList(String[],boolean,boolean)
@CalcMgrSortList(list,caseSensitive,sortAscending)
Returns the index item from the list.
com.hyperion.calcmgr.common.cdf.StringFunctions.getListItem(String[],int)
@CalcMgrGetListCount(list,index)