Report Builder Column Settings

From SmartWiki
Revision as of 11:18, 25 April 2013 by Arthur Lathrop (talk | contribs) (Report Builder Action Buttons)

Jump to: navigation, search

The report builder window consists of two panels.

The top panel is used to construct the report by selected the required fields and setting the way the field should be used within the report.

ReportBuilderColumn.JPG

Each report column consists of the following settings:

  • Column Heading - The text you wish to appear above each column in the report. Initially, this will be set to the same name as the field, but you can edit the text if required. If you wish to change the text back to the Field name, then click the button to the right of the column heading. Reps6.png
  • Table - Refers to the table selected in the Recordsets tab. If multiple Recordsets have been selected to build your report, you can select from them in this dropdown.
  • Type - When the Table has been selected, you can select the category, role, template or type from which your field will be derived.
  • Field - The field you wish to display in this column. All fields from all selected tables will be displayed in the field list. Fields are sorted alphabetically by table name, and by field name.
  • Date/Time Translation - Used to “extract” the day, month, week, or year from a date field for comparison purposes.
  • Group By - Used in summary reports to group by, sum, count, or calculate the average of the field.
  • Sort By - Determines the display order of the report results, Ascending or Descending.
  • Calculated Field - Allows you to build out further complexity such as mathematical operators, concatenation, and supports mySQL syntax. For additional information, please see the Calculated Field tab in the Report Builder or this article.
  • Show - This flag is used to suppress the display of a field that you may need to use for criteria, but not display in the reports. For example, you may wish to produce a list of salaries over 100,000 per year and use the salary as criteria, but not show the result.
  • Move Icons - Move Left and Move Right icons are displayed to the left and right of each Show check box. Reps7.png These buttons are used to change the column order.
  • Criteria - Sets the criteria for the records to be displayed in the report. There are ten rows for criteria.

Initially, the report will be configured for 15 columns, but you can increase the number of columns in increments of 15 by clicking the more columns button.

Reps8.png

There is a fixed limit of 30 columns in any report. If more columns are required you will need to use two reports linked together. (See Merge Sub-Reports)

Note: If you have many custom fields, access the reports tab within the application you are creating the report from. If you are creating a report from a particular UTA, access the reports tab from that UTA.

Note: Also, Mozilla Firefox will load the report builder faster than Internet Explorer.

Report Builder Help Panel

The bottom panel provides help on the Report builder, and consists of five tabs. Each displays help on a different report-related topic.

ReportBuilderHelp.JPG

Click on each of these tabs to review the associated help.

Report Builder Action Buttons

The following buttons are visible at the bottom of the Report Builder page, just above the Help Panel:
Reportbuilderbuttons.PNG


Buildquery.PNG Clearall.PNG Morecolumns.PNG

See Also