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.
<HsvTransactionData>.SetQueryItem nTransactionDimension, lValue
Integer (ByVal). The transaction dimension for the selection criterion. Pass one of the HFMConstants type library constants listed in Transaction Dimension Constants. | |
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. |
For an example that uses this method, see the Example for GetTransactionData.