GetPOVFromStoredItem

Returns the member IDs of the Value, Account, Intercompany Partner, and Custom dimension members of a subcube item. You identify the item with its index number. (For details on items, see About Subcube Items.)

Syntax

<HsvNodeCube>.GetPOVFromStoredItem lHandle, lItem, plValue, plAccount, plICP, plCustom1, plCustom2, plCustom3, plCustom4, pvbDimensionMembersAreValid

Argument

Description

lHandle

Long (ByVal) (x86 platform) or Double (x64 platform). The item’s handle. You must pass the handle that was returned by BeginEnumerationOfStoredData.

lItem

Long (ByVal). The index of the item within the count of items returned by BeginEnumerationOfStoredData.

Note:

This is a zero-based index. For example, if BeginEnumerationOfStoredData returns a count of 5 items, the valid index numbers are 0 through 4.

plValue

Long. Returns the member ID of the cell’s Value dimension member.

plAccount

Long. Returns the member ID of the item’s Account dimension member.

plICP

Long. Returns the member ID of the item’s Intercompany Partner dimension member.

plCustom1

Long. Returns the member ID of the item’s Custom 1 dimension member.

plCustom2

Long. Returns the member ID of the item’s Custom 2 dimension member.

plCustom3

Long. Returns the member ID of the item’s Custom 3 dimension member.

plCustom4

Long. Returns the member ID of the item’s Custom 4 dimension member.

pvbDimensionMembersAreValid

Boolean. Indicates whether the cell is valid or obsolete. Returns TRUE if valid, FALSE if obsolete.

An obsolete cell can exist in cases where metadata has been changed and data has been loaded in merge mode. For performance reasons, Financial Management does not delete obsolete cells from the database.

Note:

To perform operations with only data for valid cells, test this argument for TRUE.