Special Expressions and Procedures Used in MFPCS Configuration

This section contains details about the special expressions that are not standard RPAS expressions/procedures but are used in the MFPCS configuration.

AttributesPickListExpr - Attribute Picklist Expression

This procedure is used to determine a picklist of values from a base string measure along the positions of the specified hierarchy. It also takes in a Filter Boolean as input to control which intersections are to be used to pick data for the picklist.

Syntax:

OUTMEAS <- AttributesPickListExpr(FILTERMEAS, INPUTMEAS, HIER, OUTFORMAT)

Example:

ADHDLikePoCT <- AttributesPickListExpr(ADHDLikePoCB,ADHDLikePoCL, "LOC", "0")

Expression Parameters:

The following table shows the parameter details for the expression.

Parameter Name Parameter Type Data Type Description

OUTMEAS

Output

String

Output Picklist Measure which will be a string value.

INPUTMEAS

Input

String

Input String Measure containing the picklist values stored along a hierarchy.

FILTERMEAS

Input

Boolean

Boolean measure with the same intersection of OUTMEAS. It should be set to true for the intersections picklist that needs to be created.

HIER

Input

String

Hierarchy Name specified as a String constant along which the picklist values need to be used. This hierarchy should be present in INPUTMEAS.

OUTFORMAT

Input

String

Output format with valid values "0" or "1". Using "0" will create a picklist using position names as picklist internal names and labels as attribute values. "1" will create a picklist using position values as name and labels for the picklist.