XML output
In this example we produce xml data to be used in a flash object.
This object is programmed with an xml input. The xml file is generated by a WebGUI snippet. In the snippet we use an assetproxy to the sqlreport below wich returns the percentage done in the projectmanager.
SQL report query:
SELECT
percentComplete
FROM
PM_task
WHERE
taskId='TId3vFyXledrgBoljF6DPQ'
SQL report template:
<tmpl_loop rows_loop><tmpl_var row.field.percentComplete.value></tmpl_loop>
10