Functions and Formulas
Custom Lists
Custom Lists
createEnum
Collection createEnum(Collection relationmatrix, Collection enumerationvector)
Parameters
relationmatrix : | |
enumerationvector : |
findEnum
boolean findEnum(Object x, Object y, String name)
Parameters
x : | |
y : | |
name : |
selection
Enters the selection from an single or multivalued enumeration into a matrix or vector.
Collection selection(Collection x, Collection val)
Parameters
x : | The field or vector containing the enumerations. |
val : | The value to be entered into the selected cells |