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.)
<HsvNodeCube>.GetPOVFromStoredItem lHandle, lItem, plValue, plAccount, plICP, plCustom1, plCustom2, plCustom3, plCustom4, pvbDimensionMembersAreValid
Long (ByVal) (x86 platform) or Double (x64 platform). The item’s handle. You must pass the handle that was returned by BeginEnumerationOfStoredData. | |
Long (ByVal). The index of the item within the count of items returned by BeginEnumerationOfStoredData. | |
Long. Returns the member ID of the cell’s Value dimension member. | |
Long. Returns the member ID of the item’s Account dimension member. | |
Long. Returns the member ID of the item’s Intercompany Partner dimension member. | |
Long. Returns the member ID of the item’s Custom 1 dimension member. | |
Long. Returns the member ID of the item’s Custom 2 dimension member. | |
Long. Returns the member ID of the item’s Custom 3 dimension member. | |
Long. Returns the member ID of the item’s Custom 4 dimension member. | |
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. |