SetQueryItem

Specifies a transaction dimension member as a selection criterion for an HsvTransactionData object. To set multiple selection criteria for an HsvTransactionData object, make one SetQueryItem call per selection criterion.

Syntax

<HsvTransactionData>.SetQueryItem nTransactionDimension, lValue

Argument

Description

nTransactionDimension

Integer (ByVal). The transaction dimension for the selection criterion. Pass one of the HFMConstants type library constants listed in Transaction Dimension Constants.

lValue

Long (ByVal). The member ID of the dimension member to be set as a selection criterion. This ID must identify a member of the dimension specified with the nTransactionDimension argument.

Example

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