The following constants represent Point of View attributes for the HFMwMbrSel and HFMwMbrSelDim components.
Table 94. tagWEBOM_MBRSEL_IDS Enumeration
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
filterlist attribute, which contains the name of the member list if the dimension value is a member list. | |
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. | |
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. | |
filtertop attribute, which contains the top member or function specified for the filterroot attribute. | |
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. HFMwMbrSel.SortedOnly indicates whether an HFMwMbrSel instance uses the sortOrder attribute. | |
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. | |
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. | |
Represents the first attribute in the set of attributes; use this to loop through the attributes. | |