Initialize

Specifies the Scenario and Year dimension members for the HsvTransactionData object’s transaction data. You must call Initialize before calling the other HsvTransactionData object methods.

Syntax

<HsvTransactionData>.Initialize lCurrentScenario, lCurrentYear

Argument

Description

lCurrentScenario

Long (ByVal). The member ID of the transactions’ current scenario.

lCurrentYear

Long (ByVal). The member ID of the transactions’ current year.

Example

For an example that uses this method, see the Example for GetTransactionData.