The following tables describe structures of arrays used by GetReportData and GetReportData2. These are the arrays for journal report filters and display columns.
Journal Report Filter Array Elements
The following table lists the index numbers, corresponding display columns, and descriptions of the supported elements in the array that specifies a report’s journal filters.
The array passed to the vararvFilters argument is a 32-element array. Indexes for this array that are not listed in the following table are reserved for future use. |
Table 66. Journal Report Filter Array Elements
A String containing the desired label. You can use the percentage sign ( % ) as a wildcard character. | ||
An array of Longs containing the journal statuses to be applied. These statuses are represented by the HFMConstants type library constants listed in Journal Status Constants. | ||
An array of Longs containing the journal types to be applied. These balance types are represented by the HFMConstants type library constants listed in Journal Type Constants. | ||
An array of Longs containing the balance types to be applied. These balance types are represented by the HFMConstants type library constants listed in Balance Type Constants. | ||
A String containing the name of the desired journal group. You can use the percentage sign ( % ) as a wildcard character. | ||
A String containing the name of the desired description. You can use the percentage sign ( % ) as a wildcard character. | ||
The member ID (Long) of the parent entity by which to filter. | ||
Journal Report Display Columns
The journal report methods take an array that specifies the report data to return. The following table lists the constants that identify and the type of data returned for the columns.
Table 67. Report Column Display Constants
Integer. The journal status. The valid return values are represented by the HFMConstants type library constants listed in Journal Status Constants | ||
Integer. The journal type. The valid return values are represented by the HFMConstants type library constants listed in Journal Type Constants | ||
Integer. The balance type. The valid return values are represented by the HFMConstants type library constants listed in Balance Type Constants. | ||
String. The fully qualified username of the journal creator. | ||
Double. The time and date on which the journal was created. This is returned as a Double that you can cast to a Date format. | ||
String. The fully qualified username of the journal approver. If a journal has not been approved, a blank String is returned. | ||
Double. The time and date on which the journal was approved. This is returned as a Double that you can cast to a Date format. | ||
String. The fully qualified username of the journal poster. If a journal has not been posted, a blank String is returned. | ||
Double. The time and date on which the journal was posted. This is returned as a Double that you can cast to a Date format. | ||
Long. The member ID of the journal’s Intercompany Partner dimension member. | ||
Long. The member ID of the journal’s Custom 1 dimension member. | ||
Long. The member ID of the journal’s Custom 2 dimension member. | ||
Long. The member ID of the journal’s Custom 3 dimension member. | ||
Long. The member ID of the journal’s Custom 4 dimension member. |