Blitz Report™ User Guide

Introduction


Blitz Report is an Oracle Forms based software, fully integrated with Oracle E-Business Suite. It enables your IT team to easily store and edit SQL scripts for reports, and to make them available to your business users. Blitz Report runs as a concurrent process and generates output files in XLSX or text delimited CSV format. Upon completion, reports automatically download and open in Excel.

With Blitz Report, we created the most efficient and easy to use operational reporting solution for Oracle EBS. Optimized for skilled IT professionals to better organize and maintain their reporting queries, and for business users to quickly access EBS data in a format they love without having to learn new skills.

We hope that you will enjoy working with Blitz Report as much as we do, and we welcome your feedback to [email protected].

1 Running Blitz Report


Basic steps to run a Blitz Report are:

  1. Select a report
  2. Select a template (optional)
  3. Enter parameters
  4. Run the report and review the output

There is a training video available on selecting and running reports.

Blitz Report Submit form in Oracle EBS used to select and run reports

1.1 Selecting a report


When opening Blitz Report for the first time, a selection of available reports is displayed automatically. The list can be restricted further by typing the first characters of the desired report name.

When subsequently opening Blitz Report, the last report executed will default in the report name field. If you open the reports LOV, all of your “most frequently used” reports will be listed at the top of the list. You can still scroll down, or use the following selection options for finding and selecting reports:

  • Perform a text search by typing into the report name field. This executes a full text search on report name and description, parameters, SQL definition, template name and description, enabling you to search by column names, for example. The search is not case sensitive and allows creation of logical expressions using keywords ‘and’ or ‘or’ and use of brackets to group sub-expressions.
  • Double click into the report name field
  • Use the LOV attached to the report name
  • Press the F1-key
  • Pick a Category from the dropdown list
  • Use the find/torch menu symbol
  • Run a query on the report name or description fields via F11, Ctrl+F11

By default, users can select from reports assigned to their current logon responsibility only, but the LOV of reports can be extended by setting profile option Blitz Report Filter Reports by Responsibility to ‘No’. This way, users will see all the reports assigned to them, regardless of their current logon responsibility.

Text search example:

Blitz Report text search highlighting matching reports across category and name columns

Scrolling further to the right in the search results shows the matching score and fields in which the keywords are found.

When entering multiple keywords, the search matches all keywords by default.

Above example lists all reports containing both words, ‘item’ and ‘invoice’.

To search on either of the keywords, combine them with ‘or’.

To search for an exact match in the order of keywords e.g. ‘item’ directly followed by ‘invoice’, enclose them into quotation marks such as “item invoice”.

1.2 Parameter values


Report parameters filter, limit or define the extracted data. Parameters can have lists of values that either enforce selection of one particular value (e.g. account number) or that allow matching by wildcards such as ’%’ or ‘_’.

To display the LOV for a parameter, double click either into the parameter value field or on the three LOV dots on the right.

Some parameters may allow entry of multiple values, depending on the definition of the parameter (see here for details).

To run a report for a list of account numbers for example, check the ‘Multiple Values’ checkbox next to the parameter and either select account numbers one by one from the LOV or enter a semicolon-separated list of numbers manually.

Selecting multiple parameter values in the Blitz Report parameter window

Larger lists of multiple parameter values up to a length of 32000 characters can be entered using the ‘Edit Field’ menu function.

Multiple values can be separated by semicolon or line feed. Using the ‘Edit Field’ menu icon, you can for example copy and paste a list of parameter values directly from an Excel sheet.

Users can store their own default parameter values using the Actions > Save User Parameter Defaults menu option.

Saving user-level parameter default values in Blitz Report for future runs

Once a template is selected it is also possible to store default parameter values against a template using the Actions > Save Template Parameter Defaults menu option.

Saving template-level parameter default values in Blitz Report shared with all users

1.3 Running and viewing the output


A click on the ‘Run’ button launches a background concurrent process to extract the report data. The output XLSX file opens automatically upon program completion.

Excel output file produced by a Blitz Report concurrent request in Oracle EBS

While the report concurrent process is pending or running, the request status is displayed on the output button. Once the report is complete, the output button can also be used to re-download the output file.

1.4 Options


The Options window is accessed by clicking on the grey options field. It allows controlling the report generation process and the output format at run time, for example email delivery and output formats. Some options are available only for developers. The runtime options inherit their default values from the Blitz Report Setup Window options with the same names.

User view:

Blitz Report runtime options window with post-process, tokens and output settings

Developer view:

Blitz Report runtime options window showing additional developer-only settings

Email

Enter an e-mail address that you wish to send the report output to. Multiple email addresses can be entered as a comma-separated list. Developers can define a default email address for individual reports, or you can set up a default email throught profile option Blitz Report Default Email Address.

Note: For scheduled reports, the output file is sent only if the report retrieves data. If the output file is empty (zero rows), the delivery is suppressed. Profile option Blitz Report Suppress Empty File Delivery allows to change this default behavior.

The default email subject for Blitz Reports is stored in FND message XXEN_REPORT_EMAIL_SUBJECT. To change this text, navigate to Application Developer > Application > Message > query message XXEN_REPORT_EMAIL_SUBJECT and edit the message text.

You can use the following placeholders for automated replacement at run-time:

&REPORT_NAME
&ROW_COUNT
&DB_NAME
&USER_NAME
&REQUEST_ID
&SITE_NAME

You can also create new custom messages. Prefix these with XXEN_REPORT_EMAIL and use them as default email subjects by setting the profile option Blitz Report Email Subject Message.

Output Format

Output file format. Possible options: CSV, TSV, XLSX

Row Limit

You can restrict the number of row in the output file by indicating that option.

Time Limit

Indicates timeout in seconds. Program is terminated by the ‘Blitz Report Monitor’ after indicated time. This avoids excessive server loads if e.g. user submits report with insufficient parameter restrictions.A time limit can also be set when running reports or using profile option Blitz Report Time Limit. If there are values set on different levels, the order of precedence is as follows:

  1. Run window options time limit
  2. Profile option on user level
  3. Time limit on report level
  4. Profile option on responsibility level
  5. Profile option on site level

Disable Column Translations

Disabling translation of the report’s header if multi-language setup is in place. E.g.: interface requirements.

Exclude Column Headers

Removing header column from the output file. E.g. for interface requirements

Custom Postprocess

A custom post-processing shell script can be set up to run after report completion, for example to distribute or transform the output file to a different format, such as generating a report in PDF format.

The script must be placed under the $CUSTOM_TOP/bin/custom/ directory, for example $XXEN_TOP/bin/custom/generate_and_send_pdf.sh, and it allows the use of variables as shown in the following example:

# You can use a custom postprocess script to perform additional actions on the Blitz Report output files, e.g. scp them to a different server, transform them to .pdf via external tools etc.
# This script is called with following parameters:
# $FCP_LOGIN                                      example: APPS/w#*fe=+~12fweDg
# $p_report_name                                  example: AP Suppliers
# $p_template_name                                example: Pivot by supplier type
# $p_request_id                                   example: 6590137
# $outfile_name                                   example: /d01/oracle/VIS/inst/apps/VIS_r12/logs/appl/conc/out/AP_Suppliers_6590142.xlsx
# $output_filename                                example: AP_Suppliers_6590142.xlsx
# $additional_outfile_name                        example: /d01/oracle/VIS/inst/apps/VIS_r12/logs/appl/conc/out/AP_Suppliers_20191117.xlsx
# $parameter1
# $parameter2
# .......
# $parameter87
#
# Example of copying output xlsx file to an interface directory on a remote server:
# scp "$outfile_name" [email protected]:/interface_dir

To add a new custom postprocess script name to the runtime options LOV, add it to lookup XXEN_REPORT_POSTPROCESS_SCRIPT as shown in the following screenshot:

Blitz Report custom postprocess LOV showing available scripts in the Oracle EBS lookup

Output Filename

Defines the Excel output file name, downloaded to the client desktop. Tokens can be used to create a filename dynamically, for example based on report parameter values.

Additional Out. Directory on APPS Server (Developer access only)

Saves a copy of the report output file in the specified directory on the application server. This setting can be defaulted by the profile option Blitz Report Additional Output Directory APPS Server. Tokens can be used to create a directory path dynamically, for example based on report parameter values. If the resulting directory does not exist on the filesystem, it is created. Please ensure that the apps owner has the required permissions for the directory creation.

Additional Out. Directory on DB Server (Developer access only)

Saves a copy of the report output file in the specified directory on the database server. This setting can be defaulted by profile option Blitz Report Additional Output Directory DB Server. The list of the available directories is fetched from the dba_directories table.

Additional Out. Filename (Developer access only)

Naming convention for output files if additional output directories are defined. Tokens can be used to create a filename dynamically, for example based on report parameter values.

Reset button

This button is used to set runtime options to the default values based on the profile option or report level settings.

Freeze flag

When checking the freeze flag, option values are not changed or reset to their defaults when navigating to a different report.

Tokens

You can use any of the below tokens to dynamically generate values for the following runtime options: Output Filename, Additional Out. Directory on APPS Server, Additional Out. Filename.

<report name> – report name
<report_name> – report name, all spaces are replaced to underscores.
<template name> – template name
<template_name> – template name, all spaces are replaced to underscores.
<request_id> – concurrent request id
<parameter name> – value of the specified parameter name
<parameter_name> – value of the specified parameter name, all spaces are replaced to underscores.
<date format string> –  actual run date in the specified Oracle date format string

Here is the example of a filename using all of the above tokens, replacing spaces to underscores.

<report_name><template_name><request_id>-for-<Operating_Unit>-on-<DD-MM-YYYY>

The resulting filename is:

AP_Suppliers-Operating_unit_only-6317575-for-Vision_Operations-on-06-10-2022.xlsx

Here is the example of the similar filename but without replacing spaces to underscores:

<report name><template name><request_id> for <Operating Unit> on <DD-MM-YYYY>

The resulting filename is:

AP Suppliers-Operating unit only-6317575 for Vision Operations on 06-10-2022.xlsx

And here is an example of a directory using tokens:

/interface/<report_name>_<DD-MM-YYYY>

It is possible to enter tokens manually or to choose them from the LOVs associated with the runtime option fields.

Blitz Report runtime options tokens tab for dynamic parameter value substitution
Defining an LOV-backed runtime token in the Blitz Report options window

Manually entered tokens are validated against the LOV values, and an error message is displayed in case a token is not valid.

Validating runtime token values in the Blitz Report options window
Note: There are three different output files, which can have different names in Blitz Report:
1. The file name that is downloaded to the client desktop when opening the Blitz Report output.
2. The output file on the concurrent processing server in directory $APPLCSF/out. This is the attachment file name when sending Blitz Reports via email and the Oracle EBS delivery option.
3. An additional output file placed into a directory either on the application or database server.

1.5 Templates


From the options window, you can either select an existing template to edit, or, if the template name is empty, create a new template by clicking on the ‘New’ button. There is a training video available on creating and sharing layout templates.

Selecting an Excel template for a Blitz Report to customize its output layout
Creating a new Excel template for a Blitz Report in the template management window

Template layout

A template allows users to select the data columns, the level of reporting (detail transactional or summarized), aggregation calculations, and to define a pivot table output. Using templates, report columns can be selected and/or de-selected, summarized, and sorted as well as pivoted.

Configuring a Blitz Report pivot-table template for Excel output

The template window contains the following elements:

Name of the template

Description of the template

Global Default sets the template as the default for all report users (available for developers only)

Distinct suppresses duplicate rows in the report

Owner shows who created and owns the template

Available Columns – list of columns that are available for display, but are not selected yet

Displayed Columns – list of columns that are selected and included in current report output

Column search can be used to quickly find specific available or displayed columns

Aggr. is used for summary reports and specifies how to aggregate the data (the choices are average, count, min, max, sum)

Sort Order determines the order of the output data (ascending / descending)

Sort Priority determines the sort priority if more than one sort order is selected

Sheet Break allows splitting the output file into different sheets for every column value change

Arrow buttons move columns between “available” and “displayed”, as well as changing their display order. You can use the Ctrl and Shift keys to select groups of columns (multi-select) and move them simultaneously to and from either column. You can use double-click to move data from one column to the other.

Reset button to recover the initial column layout

Hide All button to deselect and move all data off of the “selected” columns and back to the “available” column

Pivot table

The Filters, Columns, Rows and Values fields are used to create and deliver the data in pivot table format with full drill down to details. The data must be selected to print on the report in order to be used in the Pivot table. The pivot table section of the template screen is divided into 4 sections:

Filters – These are the columns you will use to filter the data. Filters are things like GL account, Department, Subaccount, Customer, Vendor, Project or Product, to name a few popular choices.

Columns – This will define which data should appear in separate columns. Period, Project, Subaccount, to name a few popular choices.

Rows – This will define the data summary level for each row in the pivot table.

Values – This will define the numeric data that will be summarized to provide the totals for the level defined in the Row columns.

Aggr. – For the information selected in the “values” section, how to aggregate the data (the choices are average, count, min, max, sum)

Sample pivot table output:

Example Blitz Report pivot table output in Excel grouped by department

Excel upload

The Excel template upload functionality allows creation of additional sheets with graphs, pie charts, macros or any other Excel functionality. To use this feature, execute the following steps:

  • Run a report and open the output
  • Create sheets with additional pivots, graphs and pie charts or include macros. Place the data sheet as the first sheet in the workbook.
Example Blitz Report with GL revenue by department and type shown as Excel pie charts
  • Upload the saved Excel file including additional sheets or macros to the template
Uploading an Excel template for a Blitz Report via the Excel Template Upload form
  • Run the report again with parameters as required and the output is generated with additional sheets and refreshed with new data
Second example of Blitz Report GL revenue by department and type shown as Excel pie charts

Datasheet

The excel template upload functionality also allows custom template definitions to the datasheet. The excel functions, pictures, screenshots, charts, header footer texts, comments, notes and freeze panes can be defined in the datasheet. To use this feature, execute the following steps :

  • Run a report and open the output
  • Modify the datasheet based on the required template. Examples provided below
    • Datasheet template having
      1. Pictures like company logo,
      2. Modified cell format like font, cell fill color, etc,
      3. Excel functions like Subtotal, Sum, SumIf, etc,
      4. Additional rows added above the data column header,
      5. Freeze pane applied
Blitz Upload template DataSheet feature used to customize the uploaded data worksheet
    • Datasheet template having
      1. Line chart,
      2. Pictures like company logo,
      3. Modified cell format like font, cell fill color, etc,
      4. Excel functions like Subtotal, Sum, SumIf, etc,
      5. Additional rows added above the data column header,
      6. Freeze pane applied
Blitz Upload template DataSheet feature with an Excel chart built on the uploaded data
  • Upload the saved Excel file including modifications to the datasheets.
  • Run the report again with parameters as required. The output is generated with the uploaded datasheet template having refreshed with new data.
Note: If the excel functions are used in the datasheet template then hit “CTRL + SHIFT + R” to refresh them in the report output.

Template sharing

Templates can be shared across the following levels:

  • Site: all users in the system
  • Responsibility: users having the responsibility
  • User: inclusion or exclusion by specific user
Blitz Report template sharing window used to grant template access to other users or responsibilities

Excluded parameters

You can exclude certain parameters for a template. When the template is selected on the Run window, the excluded parameters are not displayed. The followings screenshots provide an example:

Blitz Report excluded parameters window used to hide template parameters from end users
Blitz Report excluded parameters window

1.6 Scheduling a report


Blitz Reports can be scheduled as background processes to run at a certain date or time. This feature can be used to run time-consuming reports during non-office hours, or to automatically distribute files by email or place them into a folder on the file system. There is a training video available on scheduling and output file distribution.

The easiest way to schedule a report is to run the Blitz Report first, and to then copy the submitted concurrent request and schedule it:

  1. Run a report from the Blitz Report run window with parameter restrictions as required
  2. Navigate to the menu > view > requests > submit a new request > single request > Copy > Find > select the concurrent request submitted in step 1
  3. Update schedule and delivery options as required and re-submit the request

Alternatively, you can submit a new ‘Blitz Report’ concurrent request, populating its parameters manually. Select the required report name from the LOV and populate parameters 1 to 87 with values in exactly the same order as they appear on the Blitz Report run window. For example, if the third parameter is ‘Operating Unit’ with a value of ‘Vision Operations’, then Parameter3 of the concurrent request would need to be populated with this value in order to filter the report data by operating unit.

A multiple values string can be entered by using the keyword (see below).

To schedule the report ‘Customer Sites’ and extract the data as shown in the previous example, concurrent request parameters would need to be entered as follows.

Blitz Report custom postprocess dialog for adding VBA logic to an Excel template
Blitz Report custom postprocess dialog showing VBA code editor for the template
Note: For date parameters in scheduled Blitz Reports, you can use Oracle’s increment date functionality.

Delivery options and output distribution

Oracle’s delivery options allow sending the report output e.g. as an email attachment, to an FTP location or uploading it to a WebDAV cloud storage.

Blitz Report WebDAV delivery option used to upload Oracle EBS report output to cloud storage

If a scheduled report does not retrieve any data, Blitz Report does not send an empty output file. In case you also want to send empty output files for scheduled reports, set Blitz Report Suppress Empty File Delivery to ‘No’.

2 GL Financial Statement and Drilldown (FSG)

The GL Financial Statement and Drilldown (FSG) Report empowers users to generate comprehensive reports on financial balances while providing detailed insights through drilldown capabilities. This tool allows users to link Excel cells directly to Oracle data via built-in functions, ensuring that data can be refreshed as needed to reflect the most up-to-date information.
Key features include:

  1. Balance and Detail Reporting: Generate high-level balance reports and drill down into the details, including journal entries and subledger transactions.
  2. Oracle Data Integration: Seamlessly link Excel cells to Oracle data, with the ability to refresh the data for real-time updates.
  3. Drilldown Functionality: Access detailed information at various levels, including balances, journal entries, and subledger details.
  4. Migration Tools: Converters are available to migrate reports from Oracle FSG, GL Wand, and Spreadsheet Server to this solution.

For a quick demonstration, refer to our YouTube video: https://youtu.be/dsRWXT2bem8

Note: Please do not delete the “Financial Statement Generator” sheet or modify the Advanced Custom Properties in the Excel output, as these are essential for the proper functioning of the report.

2.1 Accessing Blitz FSG


Running the Default GL Financial Statement and Drilldown (FSG) Report in Blitz Report

1. Select Report Name GL Financial Statement and Drilldown (FSG).

2. The Template Name field is left blank to use the default template.

3. The ledger Name is defaulted based on the responsibility. The selected ledger will be defaulted to the output of GL Financial Statement and Drilldown (FSG).

4. Clicking “Run” generates the output with drilldown capabilities to Oracle-linked Excel data.

Running the Default GL Financial Statement and Drilldown (FSG) Report in Blitz Report

5. Build your templates either by converting from legacy tool or by creating a new template using the tools present in Blitz FSG custom ribbons.

Creating a new template using the tools present in Blitz FSG custom ribbons

Running the GL Financial Statement and Drilldown (FSG) Report for uploaded templates in Blitz Report

  1. Select Report Name GL Financial Statement and Drilldown (FSG).
  2. Select the previously uploaded Template.
  3. The ledger Name is defaulted based on the responsibility. The selected ledger will be defaulted to the output of GL Financial Statement and Drilldown (FSG).
  4. Clicking ‘Run’ generates the output with drilldown capabilities to Oracle-linked Excel data.
Running the GL Financial Statement and Drilldown (FSG) Report for uploaded templates in Blitz Report
  1. Customize report parameters (e.g., Segment, Company, Period Name) to fit your analysis needs.
  2. Update Financial Data Instantly with Blitz FSG’s Refresh Tools.
Customize report parameters (e.g., Segment, Company, Period Name) to fit your analysis needs

Running the GL Financial Statement and Drilldown (FSG) Report for templates stored locally

The template can be built and stored locally on your computer or saved to a shared drive for team access. Locate and open the template file.

  1. Click on Login button
  2. On the Authentication form:
    • Enter the User Name and Password
  3. Click on Submit

If the Single Sign On is enabled in the organization and the profile ‘Blitz Report SSO Enabled’ is set to ‘Yes’ then the connection is established by Clicking on Login Button.

Running the GL Financial Statement and Drilldown (FSG) Report for templates stored locally
Note: Maintaining a local copy may result in version discrepancies between your file and the Oracle EBS application. Any such differences will be highlighted as shown below. To resolve this, you must upload your locally saved template to the Oracle EBS Blitz Report ‘GL Financial Statement and Drilldown (FSG)’ template.
Maintaining a local copy may result in version discrepancies between your file and the Oracle EBS application.

Exit

Click ‘Exit’ to end the connection between Oracle EBS and the Excel workbook template.

Click 'Exit' to end the connection between Oracle EBS and the Excel workbook template.

2.2 Responsibility, Ledger and Segment Selector


Once logged in, the Ledger and Segment dropdown menus will populate based on your assigned responsibilities. The responsibility is defaulted with the responsibility from which the report was run.

Blitz FSG responsibility, ledger and segment selector panel in the Excel ribbon

Select Responsibility

The list displays all responsibilities you have access to in Oracle, including those with Account Inquiry functionality. By default, the system selects the responsibility from which the report was launched.

You can:

  • Select a different responsibility using the checkboxes
  • Choose all responsibilities by clicking the ‘Select All’ button

After making your selection, click OK to load the corresponding ledgers in the dropdown. Your selection will be saved and automatically set as the default for future use.

Selecting the Oracle EBS responsibility to run Blitz FSG balance queries under

Ledger

The Ledger dropdown dynamically displays available ledgers according to your access permissions:

  1. Single Responsibility Access: Shows only ledgers assigned to your current responsibility
  2. Multiple Responsibilities: Lists all ledgers from all responsibilities you’ve selected
  3. Oracle R12 Environment: If selected responsibility’s data access set contains multiple ledgers, all will appear.
Selecting the GL ledger used by Blitz FSG balance and drilldown queries

Segment

The dropdown list displays all available segments for the currently selected ledger. Each segment is labeled with its corresponding segment number in parentheses (e.g., ‘Company (1)’). It also contains the special ‘Period’ value for period name discovery.

Selecting a chart of accounts segment for Blitz FSG value lookups

2.3 Discover


The Discover Tools enable you to:

  • Extract segment information directly from Oracle
  • Automatically populate Excel cells with the retrieved data
Blitz FSG Discover feature populating chart of accounts values and period names in Excel

Key Functionality:

Discover

This feature enables you to:

  • Populate Excel spreadsheets directly with chart of accounts values and period name.
  • Streamline report building and segment value review processes
Populate Excel spreadsheets directly with chart of accounts values and period name

Key Features:

  • Automatic population of adjacent cells (down or to the right)
  • Configurable hierarchy discovery:
    • Child values only
    • Parent values only
      (Adjust via Discover Level setting check the box to decide the level)
DownDiscover Down value for the currently selected segment or period.
UpDiscover the previous value Up for the currently selected segment or period.
RightDiscover the next  value to the Right for the currently selected segment or period.
LeftDiscover the previous value to the Left for the currently selected segment or period.
Down AllDiscover All segment values Down for the currently selected segment.
Down All with propertiesDown All with properties allows a variety of information to be extracted about the selected segment values. The following information will be populated in the cells to the right of the segment value:

  • Segment Value
  • Segment description
  • Parent indicator (Y means the segment value is a parent)
  • Enabled indicator (Y means that the segment value is enabled)
Right AllDiscover All segment values to the Right for the currently selected segment.

Discover Functionality Best Practices:

  1. Segment Matching
    Ensure the segment selected in the Ledger and Segment Selector matches the segment in your active Excel cell.
  2. Parent Values Identification
    • Parent values appear in bold font
    • Regular font indicates child values
  1. Batch Discovery. To discover multiple values simultaneously:
    • Highlight a range of cells
    • Click any discover button
  1. Complete Value Discovery. For all available values:
    • Use Discover Down All (vertical)
    • Or Discover Right All (horizontal)
  1. Text Format Requirement. All segment values must be in text format to preserve formatting:
    • Option 1: Pre-format cells as Text (Number Format > Text)
    • Option 2: Prefix values with an apostrophe (‘)
    • Example: For “001”, enter ‘001
    • Note: Without this, leading zeros will be lost and discovery may fail

Expand

To expand to child segment values:

  1. Select a cell containing a parent segment (e.g., ‘Account(3)’) value
    • Ensure adjacent columns contain related Blitz FSG functions (segment description, balance, etc.)
  2. Click ‘Expand > Down’ to reveal all child values in the hierarchy”
Expand to child segment values

When expanded, the child values will be inserted while automatically copying all adjacent formulas and content to the new rows.

When expanded, the child values will be inserted while automatically copying all adjacent formulas and content to the new rows.

Multi-Row Expand Option
You can select multiple rows before executing an Expand operation. Blitz FSG will automatically expand each selected row individually.

Undo

Clicking Undo Expand removes the results of the most recent Expand operation.

  • Supports multiple undo levels.
  • Repeated clicks will step backward through previous Expand results.

Explode

The Explode feature duplicates the current worksheet for each child value of your selection. Your selection can be:

  • Parent segment value
  • Segment Value range
  • Child segment Value
  • Any combination of these
  1. Select a cell containing a segment value (e.g., a parent account)
  2. Choose the corresponding segment from the list (e.g., “Department”)
  3. On Click of Explode button, Blitz FSG will –
    • Retrieve all child values from Oracle
    • And create a new worksheet for each child value in the current workbook
Blitz FSG Explode feature expanding a segment value across every descendant in Excel

2.4 List of Values


Blitz FSG List of Values ribbon tools for segment value selection in Excel

The ‘Create’ feature converts a cell into a List of Values (LOV) cell, marked by a note prefixed with the LOV name (e.g., ‘Amount Type LOV’, ‘Company (1) LOV’).

The ‘Create’ feature converts a cell into a List of Values (LOV) cell

To access the values:

  1. Double-click the cell, or
  2. Select the cell and click ‘Show’ from List of Values on the ribbon.

The LOV will display values specific to the data type assigned to that LOV cell.

There are 3 different types of List of Values:

Single Value

  1. Refine selections using the search field or select from the list.
  2. Click OK to apply selections to the cell.
Blitz FSG Single Value LOV window selecting one segment value for an Excel cell

Multiple Value

  1. Select values individually or use Add Range for bulk inclusion.
  2. Exclude specific entries with Add Exclude.
  3. Refine selections using the search field.
  4. Click OK to apply selections to the cell.
Blitz FSG Multiple Values LOV window selecting several segment values for an Excel cell

Note: The format rules are as followed:

  • Range: Defined with a hyphen (-).
    Example: 4/11/2025-4/20/2025
  • Exclusion: Prefix with a tilde (~). Applies to single values or
    Examples:

    • Single: ~4/14/2025
    • Range: ~4/11/2025-4/20/2025
  • Multiple Values on the cells: Separated by semicolons (;).
    Example: 4/11/2025; 4/20/2025

Segment Values

The Segment List of Values (LOV) enables selecting account ranges or individual values. It supports hierarchical navigation, multi-selection, and exclusions.

  1. You could select a hierarchy (e.g., Cash and Short Term Equivalents) to narrow the account list.
  2. Select values individually or use Add Range for bulk inclusion.
  3. Exclude specific entries with Add Exclude.
  4. Refine selections using the search field.
  5. Click OK to apply selections to the cell.
Blitz FSG Segment Values LOV window selecting values from a specific chart of accounts segment

Note: The format rules are as followed:

  • Range: Defined with a hyphen (-).
    Example: 1110-1150
  • Exclusion: Prefix with a tilde (~). Applies to single values or
    Examples:

    • Single: ~1113034
    • Range: ~1110-1120
  • Multiple Values on the cells: Separated by semicolons (;).
    Example: 1110-1150;1210;1211;~1111;~1120-1130

Adding Range in Multiple Values and Segment List of Values

1. First select multiple values from the list, then click ‘Add Range’ to form your chosen value range.

Adding a range in the Blitz FSG Multiple Values and Segment Values LOV for a group of accounts

2. First select multiple values from the list, then click ‘Add Range’ to form your chosen value range.

Select from and to values from the list, then click 'Add Range' to form your chosen value range.

3. Select and ‘Add’ the from value, then the to value, click on selected value and finally click on ‘Add Range’ to form your chosen value range.

Select and 'Add' the from value, then the to value, click on selected value and finally click on 'Add Range' to form your chosen value range.

4. Select and ‘Add Exclude’ the from value, then the to value, click on selected value and finally click on ‘Add Range’ to form your chosen value range.

Select and 'Add Exclude' the from value, then the to value, click on selected value and finally click on 'Add Range' to form your chosen value range.

Delete List of Values

To delete the list of values from the cell then you can click on ‘Delete’ from List of Values on the ribbon.

2.5 Insert Functions


Blitz FSG provides a suite of custom Excel functions that enable dynamic data extraction from Oracle. To use these functions click on dedicated function button like ‘Balance’ or select one from the ‘Functions’ dropdown menu.

Blitz FSG Insert Functions ribbon group with balance, segment description and date helpers

Using the Function Form

  1. Parameter Selection
    • Choose values from list of values, which are dynamically populated with:
    • Valid options for each parameter pulled directly from Oracle.
    • Cell Referencing
    • Click the Link button to bind a parameter to an Excel cell.
    • For ranges: Press F4 to toggle between absolute/relative referencing (standard Excel behavior).
    • The field highlighted yellow are required parameters.
    • Range: Defined with a hyphen (-).
      Example: 1110-1150
    • Exclusion: Prefix with a tilde (~). Applies to single values or
      Examples:

      • Single: ~1113034
      • Range: ~1110-1120
    • Multiple Values on the cells: Separated by semicolons (;).
    • If you want to choose all the values you could choose to keep the parameter as blank, this is same as passing ‘%’

Balance

As the cornerstone of Blitz FSG, the Balance function retrieves General Ledger balances—either individually or aggregated—based on your specified parameters. To begin, click the Balance button on the Blitz FSG toolbar to open the function form.

Blitz FSG balance function inserting a GL balance formula into an Excel cell

Formula : br_balance(“Dec-25″,”PTD”,”USD”,”T”,”A”,,,,”Net”,”1″,,,”01″,,$A3,,,,,,,,,,,,,,,,,)

Parameters:

Period NameThe period name must exactly match the format configured in Oracle. For instance, if your Oracle system uses “Jan-07” as the period format, entering variations like “JAN-2007”, “January-07”, or “jan-07” will result in no data being returned and will trigger an “invalid (Period)” message.

When used with the custom balance type CTD (Custom to Date), you can specify a custom period range such as “Feb-07-Aug-07” to aggregate movement data across multiple periods. This parameter supports multiple period ranges and lists, including wildcard entries like “Jan-0%” or “%-07” for flexible period matching.

For the special balance types “JED”, “JEDU”, or “JEDP” (Journal Effective Date), the period parameter functions as a date parameter, accepting entries like “01/01/2007-05/01/2007;10/01/2007”. The date format is critical—the hyphen (“-“) serves as a range delimiter in Blitz FSG and cannot be used as a date separator. For example, “01-01-2007” would be invalid if your Windows regional settings use hyphens as date delimiters. To avoid issues, we recommend using slashes (“/”) as date separators and formatting dates as text in Excel to prevent automatic conversion based on regional settings.

Amount TypeBalance Type Parameters (All values must be in uppercase):

  • YTD (Year-to-Date): Calculates the cumulative balance for the entire fiscal year.
  • QTD (Quarter-to-Date): Aggregates balances for the current quarter.
  • PTD (Period-to-Date): Reflects movement only for the current period.
  • PJTD (Project-to-Date): Tracks cumulative project-specific balances.
  • CTD (Custom-to-Date): Summarizes balances for user-defined period ranges.
  • FYS (Fiscal Year Start): Returns opening balances at fiscal year start (valid only for actuals).
  • FYE (Fiscal Year End): Provides closing balances at fiscal year end.
  • JED (Journal Effective Date): Captures journal activity (both posted and unposted) for specified dates.
  • JEDP ((Posted) Journal Effective Date): Includes only posted journals for the date range.
  • JEDU ((Unposted) Journal Effective Date): Includes only unposted journals for the date range.
CurrencyOracle currency code (uppercase) – Example: USD
Currency TypeUse the following codes to specify which Currency type to retrieve:

  • E: Entered amount (original transaction value)
  • T: Translated amount
  • C: Converted amount (functional currency equivalent of foreign currency amounts)
Balance TypeA – Actual, B – Budget, E – Encumbrance.
Budget NameIf Balance Type is selected as ‘B’, this field will be enabled for input. Enter one or more budget names, separating multiple entries with the designated list delimiter character.
EncumbranceIf Balance Type is selected as ‘E’, this field will be enabled for input. Enter one or more encumbrance types, separating multiple entries with the designated list delimiter character.
LedgerIf this parameter is left blank, the system will calculate balances using the ledger selected in the dropdown menu.

The ledger dropdown values are dynamically populated based on your assigned responsibilities.

Note that changing the ledger selection will automatically trigger a re-evaluation of the Segments parameter.

Segments (1-20)Enter segment value in these fields. Format the value exactly as configured in Oracle, including all leading zeros (e.g., enter “0010” for a four-character segment where Oracle stores “10” with leading zeros).

Accepted Formats:

  • Single value: Specific child or parent account (e.g., “1110”)
  • Range: Inclusive span of values (e.g., “1100-1300” sums all segments between these values)
  • List: Multiple specific values separated by semicolons (e.g., “1500;1510;1590”). Parent values in lists automatically include their hierarchies.
  • Exclusions: Combine inclusions with specific exclusions using “~” (e.g., “1100-1300;~1200” includes 1100-1300 but excludes 1200)
  • Combinations: Mix any of the above formats (e.g., “1100-1300;2350;~1200”)

Note:

Leave blank or enter “%” to include all possible values

Lists always function as OR conditions (e.g., “1110;1210” returns accounts matching either value)

Changing ledger selections may affect available segment values

MovementDebit – Dr, Credit – Cr, Both – Net
Multiply1 or -1– Use this parameter to switch the sign of the balance
Journal SourceLimits the result to journal sources.
Journal CategoryLimit the results to journal categories.

Segment Description

Returns the description and corresponding value for the specified segment within the applicable  ledger context.

Blitz FSG segment description function returning the description of a chart of accounts segment value

Formula :  br_segment_description(“Account (3)”,A3,)

Parameters:

LedgerIf this parameter is left blank, the system will evaluate using the ledger selected in the dropdown menu.

The ledger dropdown values are dynamically populated based on your assigned responsibilities.

Note that changing the ledger selection will automatically trigger a re-evaluation of the Segment parameter list of values.

SegmentThe segment name.
Segment ValueThe segment value.

Period Offset

Returns the period name located a specified number of periods before (negative values) or after (positive values) a reference point.

Blitz FSG period offset function computing a GL period relative to another period

Formula : br_period_offset(“Dec-25″,”2″,,”Exclude”,)

Parameters:

LedgerIf this parameter is left blank, the system will evaluate using the ledger selected in the dropdown menu.
Period NameThe period name must exactly match the format configured in Oracle. For instance, if your Oracle system uses “Jan-07” as the period format, entering variations like “JAN-2007”, “January-07”, or “jan-07” will result in no data being returned and will trigger an “invalid (Period)” message.
OffsetEnter a numerical value to retrieve period names relative to your specified criteria:

  • Positive numbers return future periods (e.g., 3 = 3 periods ahead)
  • Negative numbers return past periods (e.g., -1 = previous period)
  • 0 returns the current period
Return RangeWhen enabled (Yes), formats results as a period range spanning from offset to base period. Example: Mar-08 with offset -2 returns ‘Jan-08-Mar-08’.
Adjustment PeriodUse this parameter to control how adjustment periods are handled in your results, by default it includes.

Exclude: Adjustment periods are filtered out

Period by Date

Returns the accounting period name corresponding to the specified date.

Options:

  • Ledger-specific: Returns period names according to the selected ledger’s calendar
  • Period offset: Retrieve future or past periods by specifying a positive/negative offset value
Blitz FSG period by date function returning the GL period containing a given date

Formula : br_period_from_date(“23-Apr-2025″,,”2”)

Parameters:

LedgerIf this parameter is left blank, the system will evaluate using the ledger selected in the dropdown menu.
DateThe date that you want the period name for.
OffsetEnter a numerical value to retrieve period names relative to your specified criteria:

  • Positive numbers return future periods (e.g., 3 = 3 periods ahead)
  • Negative numbers return past periods (e.g., -1 = previous period)
  • 0 returns the current period

Period Name

Returns the accounting period name for a specified year and period number.

Blitz FSG period name function returning the GL period name for a ledger and date

Formula : br_period_name(“2025″,”3″,,”2″,”Exclude”)

Parameters:

LedgerIf this parameter is left blank, the system will evaluate using the ledger selected in the dropdown menu.
Period YearThe year that you want the period name for.
Period NumberThe period number that you want the period name for.
OffsetEnter a numerical value to retrieve period names relative to your specified criteria:

  • Positive numbers return future periods (e.g., 3 = 3 periods ahead)
  • Negative numbers return past periods (e.g., -1 = previous period)
  • 0 returns the current period
Adjustment PeriodUse this parameter to control how adjustment periods are handled in your results, by default it includes.

Exclude: Adjustment periods are filtered out

Daily Rate

Returns the daily currency conversion rate for the selected currencies, date and conversion type.

Blitz FSG daily rate function returning the GL daily conversion rate for a currency pair

Formula : br_daily_rate(“USD”,”EUR”,”Corporate”,”23-Apr-2025″)

Parameters:

From CurrencyThe currency to convert from.
To CurrencyThe currency to convert to.
Conversion TypeThe currency conversion type.
Currency DateThe date to convert the currencies.

2.6 Refresh


The refresh buttons provide granular control over which cells are updated.

Blitz FSG Refresh button on the Excel ribbon recalculating all balance and drilldown formulas

Refreshing Data with Pending Calculations

To refresh only cells requiring recalculation (marked as “(pending)”):

  1. Click the Pending refresh button.

Refreshing a Sheet

To calculate an entire sheet:

  1. Select the desired sheet
  2. Click the Sheet refresh button

Refreshing Specific Ranges

To calculate selected cells:

  1. Highlight your target range
    • For multiple ranges: Hold Ctrl while selecting (standard Excel behavior)
  2. Click the Range refresh button

Refreshing the Entire Workbook

To refresh all calculations in the workbook:

  1. Click the Workbook refresh button

2.7 Drilldown


In Blitz FSG, drilldown data is extracted through Blitz Reports such as ‘GL Journal (Drilldown)’ and ‘GL Account Analysis (Drilldown).’ Each of these reports has templates that define which columns are displayed, their sequence, and sorting order. Users can create custom templates to add, remove, sort, or reorder columns as needed. Although the report is designed to be comprehensive and cover all possible data columns, users with developer access can create a custom copy of the drilldown reports to add any missing columns if required.

Drill Criteria

There are two types of drill criteria sheets available:

Balance Drill Criteria
The Balance Criteria Sheet enables rapid extraction of detailed general ledger balances that meet specific criteria. This is particularly useful when working with large volumes of GL data, as it returns values faster than multiple individual Get Balance formulas.

How to Use:

  1. Enter Extraction Parameters
    • Criteria mirror the Get Balance function parameters and operate identically.
    • Manually type values or select from a list by double-clicking the target cell.
  1. Define Your Criteria
    • Period: Enter the fiscal period.
    • Amount Type:
      • YTD: Extracts all journal lines for the year (drill-down).
      • QTD: Extracts journals for the quarter (drill-down).
    • Currency Code: Enter the currency code.
    • Balance Type:
      • E (Entered) or T (Translated); use Total for Oracle R12.
      • A (Actual), B (Budget), or E (Encumbrance).
    • For B/E, specify the Budget Name or Encumbrance Type.
      • Segment Values: Populate as needed.
      • Ledger: Adjust if required.
      • Journal Source/Category: Optional filter to narrow results.
  1. Execute
    • Click Execute Drilldown to run the report.
    • From there, you can further drill down into:
    • Individual journals
    • Related subledger entries
    • Journal attachments
Blitz FSG Balance Drill criteria dialog selecting filters for drilling a GL balance cell

Journal Extract Drill Criteria
The Journal Extract Drill Criteria Sheet enables users to extract journal entries based on specified criteria.

How to Use:

  1. Enter Extraction Parameters
    • Manually type values or select from a list by double-clicking the field (where applicable).
    • Single values supported for parameters like Batch and Journal Name.
    • Ranges/lists are supported for journal parameters like Source, Category, Budget Name and Encumbrance.
    • Date Parameters like Date Created / Posted Date: Dates are treated as inclusive (e.g., 01-JAN-2024 includes all entries up to 23:59:59 on that day). Time components are ignored.
    • Created By: Enter a valid Oracle username.
  1. Execute
    • Click Execute Drilldown button to run the report.
    • From there, you can further drilldown into:
      • Associated subledger entries
      • Journal attachments
Blitz FSG Journal Extract Drill criteria dialog selecting filters for extracting GL journals

Next Level Drilldown

To drill down to Balance, Journal, or Subledger data from the balance sheet:

  1. Single selection:
    • Select one balance
    • Choose Next Level Drilldown > [desired option]
  1. Multiple selections:
    • Select multiple balances
    • Click Next Level Drilldown > [desired option]
Blitz FSG Next Level Drilldown expanding a balance into its supporting journal lines

To drill down further for multiple rows on the Balance/Journal Drilldown sheet:

  1. Select the desired cells.
  2. Right-click and choose “Journal Drilldown” from the context menu.
To drill down further for multiple rows on the Balance Journal Drilldown sheet

Select a Next-Level Drilldown Option from the Journal Drilldown Sheet:

  1. Subledger
  2. Journal Attachment
  3. Full Journal
  • For a single-cell drilldown: Click the ‘Execute Drilldown’ hyperlink.
  • For multiple-cell drilldown: Select the desired cells, right-click, and choose the next-level drilldown option.
Select a Next-Level Drilldown Option from the Journal Drilldown Sheet

Drill down to transaction details and access the relevant Oracle EBS form for deeper analysis.

Drill down to transaction details and access the relevant Oracle EBS form for deeper analysis.

Layout Options

After defining the templates in Blitz Reports, follow the steps below to select your preferred drilldown data.
1. Click on ‘Layout Options’ to select the report and template for displaying the customized drilldown data.

Click on 'Layout Options' to select the report and template for displaying the customized drilldown data.

2. The Blitz Report used for drilldown is specified here and cannot be modified by user. However, an Admin can change the referenced report through updating the below profiles settings for the corresponding drilldown

Drilldown LevelUser Profile Name
GL JournalBlitz FSG Drilldown Report GJ
GL Full JournalBlitz FSG Drilldown Report GFJ
GL Journal AttachmentBlitz FSG Drilldown Report GJA
Subledger DetailsBlitz FSG Drilldown Report SD

3. Select the template created in Blitz Report assigned to the drilldowns by clicking on the dropdown menu. Users can create custom templates to add, remove, sort, or reorder columns as needed.

4. Click ‘Save’ to confirm your selection as the chosen drilldown template.

5. The double-click action for a balance cell can be set to either drill down or launch the Balance Function form.

6. The drilldown can be configured to open in either a new workbook or a new worksheet.

7. The ‘View Transaction’ drilldown can be configured to open the transaction form either in the default responsibility (used to run the GL Financial Statement and Drilldown report) or in any GL responsibility with Subledger drilldown access.

Creating a Custom Drilldown Template

The drilldown reports (‘GL Journal (Drilldown)’ and ‘GL Account Analysis (Drilldown)’) use templates to define which columns are displayed, their sequence, and sorting preferences. Users can create custom templates to tailor the drilldown view to their specific needs.
To create a new drilldown template:

1. Navigate to the FSG drilldown report – GL Journal (Drilldown), GL Account Analysis (Drilldown)’ or custom drilldown report.
2. Create a new or copy existing template

The template window allows you to configure the following elements:
Name – Enter a descriptive name for your template
Description – Optional description of the template’s purpose
Available Columns – List of columns available but not currently displayed
Displayed Columns – Columns included in the drilldown output
Use the arrow buttons to move columns between “Available” and “Displayed” lists, and to change display order. You can use Ctrl and Shift keys for multi-select.
Sort Order – Ascending or descending sort for each column
Sort Priority – Determines sort precedence when multiple columns are sorted

For detailed information on all template options including pivot tables and Excel uploads, refer to section 1.5 Templates

2.8 Tools


Blitz FSG Tools ribbon group with conversion, refresh and formula utilities

Under Blitz FSG Tools you can:

Snapshot

Use the Snapshot tool to convert your Blitz FSG report into static values.

This feature:

    • Removes all Blitz FSG functions from the workbook, replacing them with the returned values.
    • Preserves all other Excel formulas and formatting (only Blitz FSG functions are affected).
    • Functions similarly to Excel’s Paste Values, but targets Blitz FSG content exclusively.

Ideal for:

    • Finalizing reports for distribution.
    • Reducing file size or improving performance.
    • Archiving data without live Oracle connections.

Hide Zeros

Hide Zeros allows you to hide rows in a report that contain only zero values. This feature is especially useful for streamlining reports with many empty rows—such as those with no balances in a given period. With just one click, you can instantly remove all zero-value rows, improving readability and presentation.

Unhide Zeros

This will show the rows previously hidden by the Hide Zeros feature.

2.9 Converter

The Blitz FSG Converter allows you to import Financial Statement Generator (FSG) report definitions from Oracle FSG, as well as third-party tools like GL Wand and Spreadsheet Server.

Oracle FSG

1. Click on ‘Oracle FSG’

Blitz FSG Oracle FSG converter migrating existing Oracle FSG reports to Blitz FSG templates

2. Select a value by double-clicking the field or clicking the dropdown to display available Oracle FSG.

3. Type to search or select from list to convert Oracle FSG.

Typing to search or selecting from the list to convert an existing Oracle FSG report to Blitz FSG

4. Click ‘Convert’ to migrate to Blitz FSG

Clicking Convert to migrate a selected Oracle FSG report to a Blitz FSG Excel template

This will identify the Oracle FSG report’s row set, column set, and content set, then automatically replicate the draft template.

This will identify the Oracle FSG report’s row set, column set, and content set

1. Row set information mapped between Oracle form and Blitz FSG Excel template

Oracle Row SetConverted Blitz FSG Excel Template
Row Set > Rows > Account AssignmentsColumn B to Column F based on the defined chart of account segments.
Row Set > Rows > Account Assignments > DisplayColumn A – Segment Type
Row Set > Rows > Line ItemColumn G – Description
Row Set > Rows > Line : Row NameColumn H – Sequence
Row Set > Rows > CalculationsColumn I – Calculations
Blitz FSG row set information sheet listing the Oracle FSG rows converted into the template

2. Column set information mapped between Oracle form and Blitz FSG Excel template

Oracle Column SetConverted Blitz FSG Excel Template
Column Set > Override SegmentRow 5 : Override Segment Name
Column Set > Column > Override Row CalculationsRow 6 : Calculation Precedence
Column Set > Column > SequenceRow 7 : Sequence
Column Set > Column > CalculationRow 8 : Column Calculations
Column Set > Column > Column NameRow 9 : Column Header
Column Set > Column > Amount TypeRow 10 : Amount Type – Calculated based on the Amount type
Column Set > Column > Amount TypeRow 11 – Calculated based on the Amount type
Column Set > Column > OffsetRow 12 : Periods – Calculated based on the defined offset.

  • If Offset is not defined this is equated to Period Name LOV Cell.
  • If Offset is defined then the formula br_period_offset is used inaccordance to the offset defined in column set.
Column Set > Column > Account Assignments > SignRow 13 : Multiply
Column Set > Column > Account Assignments > ActivityRow 14 : Movement
Column Set > Column > Override ValueRow 15 : Override Segment Value
Column Set > Column > Account AssignmentsRow 16 to Row 20 based on the defined chart of account segments.
Blitz FSG column set information sheet listing the Oracle FSG columns converted into the template

3. Content set information mapped between Oracle form and Blitz FSG Excel template

Blitz FSG content set information sheet listing the Oracle FSG content set values in the template
Oracle Content SetConverted Blitz FSG Excel Template
Content Set > Account AssignmentFor Rows 50–54 in the example above, the template should be repeated for each populated segment (in this case, Segment2). The values should then be expanded based on the display settings assigned to the segment value which is PE in this case.
Blitz FSG content set details showing the segment values produced for the Oracle FSG content set

The balance formula is prepopulated based on the defined row set and column set.

Blitz FSG balance formula inserted in the Excel template after Oracle FSG conversion

The calculations defined for the Row Set needs to done manually as shown in below example

Row.

  1. Row 27 Column I = +19+10 -> This indicates the row 27 should have sum of calculations of row identified between sequence 10 to 19.
  2. Row 30 Column I = +COGS/TRev -> This indicates the row 27 should divide the value present in the row identified with Row Name COGS with Row Name TRev.
  3. Row 31 Column I = +TRev+COGS -> This indicates the row 27 should add the value present in the row identified with Row Name COGS with Row Name TRev.
  4. Row 37 Column I = 27+22 -> This indicates the row 37 should have sum of calculations of row identified between sequence 22 to 27.
  5. Row 46 Column I = 98+29 -> This indicates the row 46 should add row identified by sequence 98 and 29.
  6. Row 47 Column I = +COGS+T-OE+T-Employee Exp -> This indicates the row 47 should add row identified by Row Name COGS, T-OE  and T-Employee Exp.
  7. Row 48 Column I = +TRev+TExp -> This indicates the row 48 should add row identified by Row Name TRev and TExp.
  8. Row 49 Column I = OpenM/TExp -> This indicates the row 49 should divide the value present in the row identified with Row Name OpenM with Row Name TExp.
The calculations defined for the Row Set needs to done manually as shown in below example Row.

After completing manual adjustments using the supporting information from Oracle FSG’s Row Set, Column Set, and Content Set, delete any temporary rows and columns that were added solely for reference or template construction.

Delete any temporary rows and columns that were added solely for reference or template construction.

Complete any remaining modifications, then finalize your templates for future use.

Completing the remaining manual modifications in the Blitz FSG Excel template before uploading

Upload the migrated template to make it available for later use.

  1. Open Template screen.
  2. Open the Excel Upload tab.
  3. Click Upload.
  4. Browse and select the migrated template file.
  5. The template can also be shared to grant user access.
Upload the migrated template to make it available for later use

GL Wand & Spreadsheet Server

Open the workbook which has the legacy template and follow the below:

  1. Right Click on Sheet Name and click ‘Select All Sheets’ in the legacy template.
  2. Right Click on Sheet Name and click ‘Move or Copy…’
  3. Check the box ‘Create a copy’
  4. Select the Blitz FSG Workbook in the ‘To book’ list.
  5. Click on ‘OK’ button to copy the file from legacy to Blitz FSG Template.
Blitz FSG migration tool for GL Wand and Spreadsheet Server templates to Blitz Report

After copying the legacy sheets into GL Financial Statement and Drilldown (FSG) workbook in Blitz FSG:

  1. Go to the Converter.
  2. Select the source legacy tool (GL Wand, Spreadsheet Server) to start the migration.
Blitz FSG migration pipeline from GL Wand or Spreadsheet Server templates to Blitz Report

Find out more