User Guide

Table Of Contents
Creating reports with the ColdFusion MX 7 reporting 773
Tip: The Report Builder contains an extensive online Help system, including quick-start tutorial
topics and context-sensitive dialog box Help. Make it a habit to consult the online Help (F1) whenever
you have a question.
Familiar language Use CFML in the Report Builder, as follows:
Advanced query mode Create a customized query object for
the report using the
cfquery tag, the QueryNew function, or any tag
that returns a query. For more information, see “Advanced query
mode” on page 797.
Report functions Create user-defined functions that you can
use to populate report fields. For more information, see “Report
functions” on page 798.
Formatting Use CFML functions to format report fields. For
more information, see “Expressions and the Expression Builder”
on page 799.
Global control of textual data Use text styles for report-wide control over display fields. For
more information, see “Using text styles” on page 786.
Wizards The Report Builder provides the following wizards:
Report Creation Wizard Define SQL, report fields, grouping,
and other display options. For more information, see “Using the
Report Creation Wizard” on page 794.
Chart Wizard Define chart data, chart type, chart series, and
other charting options. For more information, see “Using charts”
on page 800.
Subreport Wizard Insert a subreport and select other subreport
options, including subreport parameters. For more information,
see “Using subreports” on page 800.
Server Setup Wizard Create settings for an RDS server,
including file location and URL. For more information, see “Setup
Wizard” on page 776.
Grouping Define groups, each of which has its own group header and group
footer bands. In particular, you can use calculated fields in group
footer bands to easily display group totals for numeric fields. For
more information, see “Grouping and group breaks” on page 780.
Charting Insert a chart in any report band, displaying data from a variety of
sources. For more information, see “Using charts” on page 800.
Subreports Insert another report in any report band, optionally passing it a
subreport parameter to control the data displayed in the subreport.
For more information, see “Using subreports” on page 800.
Feature Description