![MACROMEDIA COLDFUSION MX 7.0.2-USING COLDFUSION MX WITH FLEX... Use Manual Download Page 80](http://html1.mh-extra.com/html/macromedia/coldfusion-mx-7-0-2-using-coldfusion-mx-with-flex/coldfusion-mx-7-0-2-using-coldfusion-mx-with-flex_use-manual_3298315080.webp)
80
Using the ColdFusion Extensions for Flex Builder
4.
(Optional) Specify sort order by doing the following:
a.
Locate the column in the Properties panel.
b.
Click in the Sort Type cell of the column you want to sort by.
c.
Specify Ascending or Descending.
d.
(Optional) If you specify multiple sort columns, you specify precedence using the Sort
Order cell.
5.
(Optional) Specify selection criteria by doing the following:
a.
Locate the column in the Properties panel.
b.
Click in the Condition cell.
c.
Select WHERE.
d.
Specify WHERE clause criteria in the Criteria cell.
6.
(Optional) To specify an aggregate function, GROUP BY, or an expression:
a.
Locate the column in the Properties panel.
b.
Click in the Condition cell.
c.
Select Group By or the aggregate function (such as COUNT).
7.
(Optional) To specify SQL manually, type the SQL statement in the SQL pane.
8.
(Optional) To specify the data type of a query parameter:
a.
Click the + button under Parameters.
b.
Enter the name of the parameter.
c.
Select the data type.
9.
Review the SELECT statement that displays in the SQL pane, and use the Table and
Properties panes to make adjustments, if necessary.
10.
(Optional) Click Test Query.
11.
Click Save.
NO
TE
If you specify selection criteria, the Query Builder creates a WHERE clause. To
use an INNER JOIN or other advanced selection criteria instead, you must code
the SQL manually.
NO
TE
You code SQL manually to use an INNER JOIN instead of a WHERE clause, use an
OUTER JOIN, or use a database stored procedure.