EnumEntitiesWithDataForScenarioYear
Returns a variant array of Entity ID's that have data for a given scenario and year.
Note: | Does not account for Calculated data. |
Syntax
<HsvData>.EnumEntitiesWithDataForScenarioYear lScenario, lYear, pvaralEntityIDs
Argument | Description |
---|
lScenario | Long (ByVal). The member ID of the cell's Scenario dimension member. |
lYear | Long (ByVal). The member ID of the cell's Year dimension member. |
pvaralEntityIDs | Variant. The member IDs for the entities that have data for the specified scenario and year. |