Returns a JavaScript representation of the grid that corresponds to the specified submission phases for a given Scenario dimension member.
<HFMwDataGrid>.GetPhaseGroupInfoAsJavaScript(lScenario, varabstrPhaseIDs)| Argument | Description |
|---|---|
| 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. |
Returns the JavaScript representation of the grid.