Indicates whether any consolidations are currently running or queued for the specified cells.
You can avoid executing redundant consolidations by calling GetOverlappingConsolidationInfoAsXML before launching a consolidation. |
<HFMwDataGrid>.GetOverlappingConsolidationInfoAsXML (lRowStart, lRowEnd, lColStart, lColEnd, varalRows, varalCols, sConsolidationType, pvarbstrXML)
The index (0-based) that identifies the first row of cells to check, or -1 to pass an array of rows to the varalRows argument. | |
The index (0-based) that identifies the last row of cells to check. | |
The index (0-based) that identifies the first column of cells to check, or -1 to pass an array of columns to the varalCols argument. | |
The index (0-based) that identifies the last column of cells to check. | |
If -1 is passed to the lRowStart argument, this argument takes an array of indexes that identify the grid rows to check. | |
If -1 is passed to the lColStart argument, this argument takes an array of indexes that identify the grid columns to check. | |
Identifies the type of consolidation to be run. Pass one of the HFMConstants type library constants listed in Consolidation Type Constants. | |
Returns an XML string that represents the dimension members and consolidation types of any consolidations that are found. |
The following table describes the XML string returned by GetOverlappingConsolidationInfoAsXML.
Table 5. GetOverlappingConsolidationInfoAsXML XML String
Root element; contains one <OVERLAPPEDCONSOL> tag for each consolidation that is found. | |
Describes the consolidation’s type and dimension members in the tags described in the following rows. | |
The label of the first period in the consolidation’s range of periods. | |
The label of the last period in the consolidation’s range of periods. | |
The number that represents the consolidation type. Valid values are represented by the HFMConstants type library enumeration tagCONSOLIDATIONTYPE, which is described in Consolidation Type Constants. |
Returns an HRESULT that indicates the call’s success or failure.