About Subcube Items

Some methods apply to the items in a subcube. A subcube’s items are the valid Value>Account>Intercompany Partner>Custom dimension intersections for the subcube. Each intersection applies to multiple Period and View dimension members, meaning that items and cells have a one-to-many relationship.

To access cells by using a subcube’s items, you first return a count of a subcube’s items with BeginEnumerationOfStoredData, which takes the member ID of the items’ Value dimension member. You can then access information for an item’s cell by passing the item’s index number and the member IDs of the cell’s Period and View dimension members to GetOneCellFromStoredItem.

Caution!

BeginEnumerationOfStoredData locks a subcube’s cells. To remove the lock, call EndEnumerationOfStoredData.

You can also get the member IDs of an item’s Value, Account, Intercompany Partner, and Custom dimension members with GetPOVFromStoredItem.