GetPhaseGroupInfoAsJavaScript

Returns a JavaScript representation of the grid that corresponds to the specified submission phases for a given Scenario dimension member.

Syntax

<HFMwDataGrid>.GetPhaseGroupInfoAsJavaScript(lScenario, varabstrPhaseIDs)
ArgumentDescription
lScenario

The member ID of the Scenario dimension member.

Input argument. Long subtype.

varabstrPhaseIDs

An array of the phase IDs for the submission phases. You must cast the phase IDs to Longs, as in the following example:

vaPhases(0) = cLng(1)

Input argument.

Return Value

Returns the JavaScript representation of the grid.