AX2331

Report Wizard: Creating a free-form fixed rows report

Using the Report Wizard, you can create a free-form report with fixed rows. The Free Form - Fixed Rows report allows you to:

  • Select a single dimension for the rows. You can specify which items in the dimension to include in the rows and their order.

    The row structure of the report is fixed and will not automatically adjust for subsequent additions or deletions to the selected dimension. For example, if the dimension is ACCT.Category and a new category is later added to the ACCT table, this report will not automatically include a row for that category.

  • Select any data for the columns. You can also apply a dimension to the column data. For example, you can have a report that contains a column (or columns) for each department or region, for a particular data point.

The Free Form - Fixed Rows report includes totals by row and by column. No other calculations are included in the report.

NOTE: This report uses GetData functions to bring data into the report. Please keep in mind that Axiom queries can also be used to create fixed-row reports, using the "update only" refresh behavior. In many cases the Axiom query construction may be the preferred option, because the data query performance is typically faster.

To create a free-form fixed rows report:

  1. On the Axiom tab, in the Reports group, click Reports > Report Wizard.
  2. For Choose a report style, select Free Form - Fixed Rows, and then click Next.
  3. For Choose the rows for the report, select a dimension to define the grouping level ("sum by") for the report, and then click Next.

    • For Dimension: select the dimensional grouping to use for the rows. By default, the report will have one row for each item in the grouping. You can double-click the box or click the Choose dimension icon to select a dimension column. You can select from any reference table.

      Each row in the report will be summed at the selected level. For example, if you select ACCT.ACCT, then each row will be for an individual account. If you select ACCT.Category, then each row will contain the sum for all of the accounts in a category.

    • You can choose whether to Use all values of the selected dimension (the default), or to Manually select values. If you choose to manually select values, then all values listed in the Selected Values box will have a row in the report, in the order listed. You can adjust the order of these items by using the arrow buttons above the box.
  4. For Choose columns to display, specify the data to display in the columns, and then click Next. There are two options to determine the report's columnar structure:

    If you do not want to specify any other report options, you can click Finish at this point to create the report.

  5. Optional. For Specify a filter, define a filter to limit the data in the report, and then click Next. You can type the filter or use the Filter Wizard .

    The filter will be added as a sheet filter to the report. You can always edit the report later to apply a filter if you do not want to apply one now.

  6. For Choose report options, specify any report options that you want to apply to the report, and then click Finish.

    These are all standard report options. If you do not select them now, you can enable them later using the Sheet Assistant or the Control Sheet.

The report is created according to your selections. You can now modify it as desired.

NOTE: Depending on the total number of GetData functions in the generated report, it may take some time to initially open and calculate.

Free-form fixed rows report example

The following is an example of a report generated using the free-form fixed rows option.