Expand to Account Balances
To expand to account balances:
- Create a standard Spreadsheet Server report for the
GXL
formula using Formula Builder (see Build a Template with Formula Builder for more information). The single report line becomes the basis for the expanded report. When the process is executed, the single line is expanded to individual account lines, and placed in the final formatted worksheet. The maximum number of columns to be expanded is based on the option in the user's Spreadsheet Server Settings. -
GXL
formulas are created in a single line. In the example, the account string parameters are shown in cellsB9:B13
. The balance parameters of theGXL
(for example, type, budget name, year, format, period, translated, currency, etc.) are entered in each column heading (B1:C7
). The actualGXL
formulas are contained in cellsB16
andC16
. - A standard Excel formula is used to calculate the variance in cell
D16
. - Various literals are entered in cells
E16:K16
. This designation generates the associated value to that particular column. Valid literals areACCTNUM
(account number),ACCTDESC
(account description), andACCTDESCnn
/ACCTSEGnn
(segment description and number respectively, wherenn
equals the account segment number, for example,01
,02
,03
, etc.). -
Example:
Account String = Company, Department, Account, Sub-Account
-
Data:
001-10-1000-A, 001-10-1000-B, 001-20-1000-C, 002-10-1000-A , 002-10-1000-B
-
Ex 1:
Source Row containsACCTSEG03
only;GXE Results = 1000
-
Ex 2:
Source Row containsACCTSEG01
andACCTSEG03
;GXE Results = 001-1000 and 002-1000
- Using Formula Builder (see Build a Template with Formula Builder for more information), for the
GXE
formula, define the starting cell and parameters of the formula. - After the
GXE
data has been entered and verified, click the Insert button. The parameters andGXE
formula are inserted in the selected worksheet. - Format the Target Worksheet with headings in rows
1
-3
, blank rows in rows4
-6
, and totals in row7
. Set each total to a range of rows4
-6
(=SUM(B4:B6)
). When the Expand Detail Reports option is initiated, the total line is shifted down or up, based on the number of data rows populated each time the expansion is processed. - To generate detail reports for all
GXE
formulas in the workbook, from the Spreadsheet Server Ribbon, select Execute Reports > All Detail Reports (GXE Formulas). The results of allGXE
formulas are expanded to the appropriate formatted sheets.
The following example shows a report based on an account mask:
Note:
The GXE
summarizes the generated results based on the account segment literals (for example, ACCTSEG01
, ACCTSEG02
, etc.) specified in the GXE
source detail row. The account segment literals entered in the source detail row override the value entered in the Summarize Balance Level field, to determine how to summarize the results.
Note:
The GXE
also supports legacy SSInfinium
user field literals (UF01
, UF02
, UF03
, and UF04
), in addition to legacy SSJDE
account (ACCTCO
, ACCTBU
, ACCTOBJ
, etc.) and category code (CATCODE
and CATDESC
) literals.
Field | Description | Example |
---|---|---|
Worksheet |
Click the drop-down list, and select the name of the worksheet on which to insert the template. |
|
Starting Cell |
Specify the starting cell of the template. |
|
Source Worksheet |
Specify the name of the worksheet containing the summary formulas that will be expanded. |
|
Source Detail Row |
Specify the row number in the source worksheet containing the summary formulas. |
|
Target Worksheet |
Specify the name of the worksheet containing the final formatted worksheet, and will receive the expanded detail. |
|
Target Type |
Specify whether the expanded detail should be inserted into a table, range, or row in the target worksheet. |
|
Range/Table/Row |
Specify the target table, range name, or first row in the target worksheet to begin inserting the expanded detail. Note: If using a target range, identify the Excel range as all cells under the column headings. In this example, |
|
Headings |
Select whether to include column headings when expanding details. If not specified, |
|
Autofit |
Select whether to autofit columns when expanding details. If not specified, |
|
Clear Sheet |
Select whether to clear the target worksheet before expanding details. If not specified, Note: This value must be |
|
Journals Only Column |
Not applicable if using the |
(leave blank) |
Journals Ad Hoc Query |
Not applicable if using the |
(leave blank) |
Summarize Balance Level |
If desired, specify the account segment number (break level) to be used for summarizing data when expanding account balances. Note: Any Additionally, for JD Edwards ledgers, if desired specify an @ field alias or field name (as defined in the Configurator) for an AcctCatCode or BUCatCode to control how to group expanded data. |
|
Total Journal Level |
Not applicable if using the |
(leave blank) |
Journals to Table |
Not applicable if using the |
(leave blank) |
Formula Example:=GXE(B20,B19,B22,B21,B23,B24,B25,B26,B27,B28,B29,B30)
To generate detail reports for selected GXE
formulas, select the cells containing the GXE
formulas, then, from the Spreadsheet Server Ribbon, select Execute Reports > Selected Detail Reports (GXE Formulas), or, right-click and select Spreadsheet Server > Execute Selected Detail Reports (GXE). The results of the selected GXE
formulas are expanded to the appropriate formatted sheet.