Thank you for your answer, Jonathan.
I'll do it the way you suggest... until you can implement a definitive solution
in the Zend service :-)
I guess they do not interpret the template markup, as I tried with the following workaround for
Word, but it did not work:
{ IF { MERGEFIELD address_1 } <> "" { MERGEFIELD address_1 <CR> } }
Best regards
--
Guillaume ORIOL
Software engineer
Technema
Le 06/04/10 16:08, Jonathan Maron a écrit :
Hello again Guillaume
I have just got word back from the template specialists.
> When an address line is empty, how can I tell LiveDocx no to print the
> entire line, including the<CR>?
Unfortunately, they confirmed exactly what I originally thought:
Currently, this is not directly supported. However, it may be added in
a future version of the backend service LiveDocx.MailMerge.
Please consider the following workaround:
Merge address data, including line breaks, into something like this.
ORGANIZATION<CR>
ADDRESS<CR>
POSTAL CODE, CITY<CR>
Although not a particularly elegant solution, this way you can avoid
getting empty lines.
Does this solve the issue you are having?
Jonathan Maron