The following is an example of the Report Parameter XML file:
<?xml version="1.0" encoding="UTF-8"?> <product xmlns="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.example.org/Parameters" xsi:schemaLocation="http://www.example.org/Parameters ../../../reporting/src/com/ca/ims/reporting/utils/Parameters.xsd "> <screen id="1"> <parameters> <param id="param1" displaytext="User" name="User" type="string"/> </parameters> </screen> <screen id="Test"> <parameters> <param id="Test" displaytext="Test" name="Test" type="sqlstr" conn_id="rptParamConn" multiselect="true" rows="3" sql="select CUSTOMERID, CONTACTNAME from customers where customerid like '##param1##'" /> </parameters> </screen> </product>
Copyright © 2013 CA.
All rights reserved.
|
|