REP-34308: Invalid reference parameter 'ccno' in distribution list " [message #612968] |
Mon, 28 April 2014 06:54 |
manyal
Messages: 84 Registered: March 2005
|
Member |
|
|
Dear Freinds,
I am running the report which should generate PDF files employee wise
my destination xml file is as follows
<destinations>
<foreach>
<file id="a10" name="/home/oracle/daemid/forms/payrollpayslips/ccno_&<ccno>.pdf" instance="this">
<include src="report"/>
</file>
</foreach>
</destinations>
but when I execute it error code "REP-34308: Invalid reference parameter 'ccno' in distribution list " is diplayed .
I have changed the repeat on property of the main section to the group where ccno exists but the same error is thrown .
Kindly help me to remove this error.
Manish Manyal
|
|
|
|