Point of View Attribute Constants

The following constants represent Point of View attributes for the HFMwMbrSel and HFMwMbrSelDim components.

Table 94. tagWEBOM_MBRSEL_IDS Enumeration

Constant

Description

WEBOM_MBRSEL_ID_ALLOWLISTVALUE

allowlist attribute, which specifies whether a member list can be used for a dimension’s value. TRUE if member lists can be used, FALSE otherwise.

WEBOM_MBRSEL_ID_ALLOWMEMBERVALUE

allowmember attribute, which specifies whether a member label can be used for a dimension’s value. TRUE if member labels can be used, FALSE otherwise.

WEBOM_MBRSEL_ID_BASEONLY

baseonly attribute, which specifies whether a member must be a base member of the dimension hierarchy in order to be valid. TRUE if the member must be a base member, FALSE otherwise.

WEBOM_MBRSEL_ID_DIMID

dimid attribute, which stores the internal ID of a dimension. Valid values are represented by the constants listed in Dimension ID Constants that represent dimensions.

WEBOM_MBRSEL_ID_ENABLED

enabled attribute, which determines whether a dimension’s member can be changed in the user interface. TRUE indicates the dimension member can be changed, FALSE otherwise.

WEBOM_MBRSEL_ID_FILTERHIDDEN

filterhidden attribute, which specifies whether a member list drop-down list is displayed. You can use this attribute if you are working with a UI similar to the Financial Management UI for selecting members.

TRUE to display the drop-down, FALSE to hide it.

WEBOM_MBRSEL_ID_FILTERLISTNAME

filterlist attribute, which contains the name of the member list if the dimension value is a member list.

WEBOM_MBRSEL_ID_FILTERLOCKED

filterlocked attribute, which specifies whether the member must be a child of the dimension value specified in the filterroot attribute. TRUE if the member must be a child of filterroot, FALSE otherwise.

WEBOM_MBRSEL_ID_FILTERPATH

filterpath attribute. For internal use.

WEBOM_MBRSEL_ID_FILTERROOT

filterroot attribute, used if the filterlocked attribute is TRUE. If filterlocked is TRUE, filterroot contains a dimension value specifying a member list and, optionally, either the top member or a function.

WEBOM_MBRSEL_ID_FILTERTOPNAME

filtertop attribute, which contains the top member or function specified for the filterroot attribute.

WEBOM_MBRSEL_ID_MODE

For internal use.

WEBOM_MBRSEL_ID_NAME

name attribute, which stores a dimension’s name.

WEBOM_MBRSEL_ID_SELECTED

selected attribute. For internal use.

WEBOM_MBRSEL_ID_SORTORDER

order attribute, which stores the dimension’s position in the sort order in cases where this attribute overrides the system’s native sort order.

Dimensions are sorted from the lowest to the highest sortOrder value.

Tip:

HFMwMbrSel.SortedOnly indicates whether an HFMwMbrSel instance uses the sortOrder attribute.

WEBOM_MBRSEL_ID_VALUE

val attribute, which contains the value that specifies the member label, member list, or function that specifies the dimension’s members.

When specifying this attribute, you must follow the same syntax rules for specifying member lists, members, and functions that the user interface requires. To ensure that you are complying with these rules, use HFMwMbrSel.buildValue.

WEBOM_MBRSEL_ID_VISIBLE

visible attribute, which indicates whether the dimension is currently visible in the user interface. TRUE indicates that the dimension is visible, FALSE that it is not.

WEBOM_MBRSEL_ID__ALL

For internal use.

WEBOM_MBRSEL_ID__CNT

Represents the total number of Point of View attributes.

WEBOM_MBRSEL_ID__LBOUND

Represents the first attribute in the set of attributes; use this to loop through the attributes.

WEBOM_MBRSEL_ID__UBOUND

Represents the last attribute in the set of attributes.