Using column aliases in Actuate SQL
When you use column aliases, the following rules apply:
*
*
SELECT col1 AS a, col2 AS b, a+b
*
*
*
*
You can use aliases from the items in the first SELECT statement in a set of UNION statements in the ORDER BY clause of the query.

Additional Links:

Copyright Actuate Corporation 2012