EnumJournalGroupsForScenarioYear
Returns the names and descriptions of the journal groups assigned to journals for a given scenario and year. The information is returned in arrays that have a one-to-one correspondence.
Syntax
<IHsvJournalsEx>.EnumJournalGroupsForScenarioYear lScenario, lYear, pvarabstrGroups, pvarabstrDescriptions
Argument | Description |
---|
lScenario | Long (ByVal). The member ID of the Scenario dimension member. |
lYear | Long (ByVal). The member ID of the Year dimension member. |
pvarabstrGroups | Variant array. Returns the names of the journal groups. The array is returned as a String subtype. |
pvarabstrDescriptions | Variant array. Returns the descriptions of the journal groups. The array is returned as a String subtype. |