GetEntityDetailsHeader

Returns the header information for a cell’s Entity Transaction Detail report.

Tip:

To return Entity Transaction Detail report data, use GetEntityDetails.

Syntax

<HFMwData>.GetEntityDetailsHeader bstrScenario, bstrEntity, bstrParent, pvaravarHeader

Argument

Description

bstrScenario

The label of the cell’s Scenario dimension member.

Input argument. String subtype.

bstrEntity

The label of the cell’s child Entity dimension member.

Input argument. String subtype.

bstrParent

The label of the cell’s parent Entity dimension member.

Input argument. String subtype.

pvaravarHeader

A variant array of variants that contain the header information. The indexes of the array elements are represented by the HFMConstants type library constants listed in Entity Transaction Detail Header Options.

Input/output argument.

Example

GetEntityDetailsHeader is used in the example for GetEntityDetails.