Defining output columns
To define the output columns for an information object, use the Columns page. For example, you can create the following SQL fragment:
SELECT ename AS employee, (salary * 12) AS annual_comp
FROM Employees

Additional Links:

Copyright Actuate Corporation 2012