Retrieves the data for the specified journals. Returns data only for the columns specified in the varalColumns argument.
<HFMwManageJournals>.GetJournalsDisplayDataFromIDs(varalIDs, lScenario, lYear, lPeriod, varalColumns)
Argument | Description |
---|---|
varalIDs | An array containing the IDs of the journals for which to return data. Tip: You can get the IDs of all journals that match given criteria with ExecuteQueryLabelsAndIDs. Input argument. |
lScenario | The member ID of the cell’s Scenario dimension member. Input argument. Long subtype. |
lYear | The member ID of the cell’s Year dimension member. Input argument. Long subtype. |
lPeriod | The member ID of the cell’s Period dimension member. Input argument. Long subtype. |
varalColumns | An array of that identifies the columns for which to return data. To set this argument, use either of the following techniques:
Input argument. Array items are of a Long subtype. |