Returns the labels of the journals or templates that match the specified columns, sort options, and filtering criteria.
To display the journals or template that meet the criteria, pass the labels returned by this method to GetJournalsDisplayData or GetTemplatesDisplayData.
<HFMwManageJournals>.ExecuteQuery (lType, bstrScenario, bstrYear, bstrPeriod, bstrValue, varalColumns, varalSortOptions, varavFilters)
A flag that determines whether to return labels of journals or templates. Pass 0 for journals, 1 for templates. | |
The label of the Value dimension member for the journals or templates. | |
The journal or template columns for which to return data. Get these columns from HFMwQueryDef.GetDefAsVariants. | |
The sort options for the journals or templates. Get these sort options from HFMwQueryDef.GetDefAsVariants. | |
The filters for the journals or templates. Get these filters from HFMwQueryDef.GetDefAsVariants. |
Returns the labels of the journals or templates that match the specified criteria.
ExecuteQuery is used in the example for GetJournalsDisplayData.