Distribution issue
Hi,
When I email a report using the distributions method, everything works except for it does not display the employee name. I am using an XML file called distribution.xml. the file has the following content:
<destinations>
<mail id="ex2"
to="Email id"
from="Email id"
subject="A New Employee - &<CF_1>- Has Been Added to the Phone List ">
<attach format="pdf" name="employee.pdf" srcType="report" >
<include src="mainSection"/>
</attach>
</mail>
</destinations>
where CF_1 in "subject="A New Employee - &<CF_1>- Has Been Added to the Phone List "> ", is a formula. CF_1 is supported to show the last name and first name concatenated. It show a blank space. (See below):