GetPeriodPOVFromIndexForLineItems
Returns the member ID of a period, given a subcube index and a period index. IDs are returned only for periods with cells that contain line items.
Syntax
<HsvMDDataBufferLite>.GetPeriodPOVFromIndexForLineItems lCubeIndex, lPeriodIndex, plPeriod
Argument | Description |
lCubeIndex | Long (ByVal). The index of the subcube. Use BeginEnumeration or GetCubeIndexFromPOV to determine valid index values. |
lPeriodIndex | Long (ByVal). The index of the cell’s period. To determine valid index values, use GetNumPeriodsInCubeForLineItems. |
plPeriod | Long. Returns the member ID of the period. |