Point of View DTD

<!DOCTYPE POV [ \
   <!ATTLIST POV obpFilteringEnabled CDATA \"0\"> \
   <!ATTLIST POV obpScenario CDATA \"\"> \
   <!ATTLIST POV obpYear CDATA \"\"> \
   <!ATTLIST POV obpPeriod CDATA \"\"> \
   <!ELEMENT DIMENSIONS (DIMENSION*)>	\
   <!ELEMENT DIMENSION EMPTY> \
   <!ATTLIST DIMENSION name CDATA #IMPLIED> \
   <!ATTLIST DIMENSION id CDATA #IMPLIED> \
   <!ATTLIST DIMENSION memberListID CDATA #IMPLIED> \
   <!ATTLIST DIMENSION topMember CDATA \"\"> \
   <!ATTLIST DIMENSION topMemberFieldVisible CDATA \"-1\"> \
   <!ATTLIST DIMENSION enabled CDATA \"-1\"> \
   <!ATTLIST DIMENSION canChangeTopMember CDATA \"-1\">	\
   <!ATTLIST DIMENSION canChangeMemberList CDATA \"-1\"> \
   <!ATTLIST DIMENSION selected CDATA \"0\">	\
   <!ATTLIST DIMENSION selectType CDATA \"0\"> \
   <!ATTLIST DIMENSION value CDATA #IMPLIED>	\
   <!ATTLIST DIMENSION memberType CDATA \"-1\">	\
   <!ATTLIST DIMENSION fixedPOVMember CDATA \"\"> \
   <!ATTLIST DIMENSION visible CDATA \"-1\"> \
   <!ATTLIST DIMENSION sortOrder CDATA \"0\"> \
   <!ATTLIST DIMENSION allowListValue CDATA \"0\"> \
   <!ATTLIST DIMENSION allowNonListValue CDATA \"-1\"> \
   <!ATTLIST DIMENSION topFilter CDATA \"-1\">	\
]>

Element

Description

POV

The root element when this DTD is used by the HFMwPOV and HFMwDataGrid components.

Note:

When this DTD is used by the HFMwDimension component, <POV> and <DIMENSIONS> are not applicable, and <DIMENSION> is the root element.

The <POV> element contains the following attributes, which are applicable when this DTD is used with the HFMwPOV component:

  • obpFilteringEnabled = Indicates whether active entities are filtered for display on the grid. 0 indicates filtering is off, -1 that filtering is on.

  • obpScenario = The label of the Scenario dimension member by which to filter, if filtering is on.

  • obpYear = The label of the Year dimension member by which to filter, if filtering is on.

  • obpPeriod = The label of the Period dimension member by which to filter, if filtering is on.

    Tip:

    To turn filtering on or off, or to specify filtering criteria, use SetOrgByPeriodFilteringInfo.

DIMENSIONS

An enumeration of the dimensions. <DIMENSIONS> contains a <DIMENSION> tag for each dimension.

Note:

When this DTD is used by the HFMwDimension object, <DIMENSION> is the root element.

DIMENSION

Represents the Point of View information for a dimension, and contains the following attributes:

  • name = The dimension name.

  • id = The internal ID of the dimension. Valid values for id are represented by the HFMConstants type library constants listed in Dimension ID Constants that represent dimensions.

  • memberListID = The internal ID of the member list for the dimension.

  • topMember = The name of the top member in the dimension hierarchy. If no top member is specified in the Point of View, this is an empty string.

  • topMemberFieldVisible: For internal use.

  • enabled = Indicates whether the dimension’s member can be changed in the user interface. TRUE indicates the dimension member can be changed, FALSE that it cannot be changed.

  • canChangeTopMember: For internal use.

  • canChangeMemberList = For internal use.

  • selected: For internal use.

  • selectType: For internal use.

  • value = The labels of the dimension’s members in the Point of View. If there are multiple members, the list is delimited by semicolons.

  • memberType = For internal use.

  • fixedPOVMember = The default member of the dimension. This attribute is used for page dimensions.

  • visible = Indicates whether the dimension is currently visible in the user interface. TRUE indicates that the dimension is visible, FALSE that it is not.

  • sortOrder = Indicates the dimension’s position in the sort order, in cases where this attribute overrides the system’s native sort order.

  • allowListValue = For internal use.

  • allowNonListValue = For internal use.

  • topFilter = For internal use.