Quote:
Originally Posted by macropod
If you need to skip entire labels, you should apply a mailmerge filter with the required criteria, which you do via Mailings|Edit Recipient List>Filter.
As for the field coding I described, see the attached.
|
Oh my!
Thanks, thanks, thanks! The solution was quite obvious, after all...
I was doing wrong because I was leaving the line break after the fields instead of deleting it and writing them right after the previous.
So I was writing:
{IF{MERGEFIELD Titolo}<> "" "{MERGEFIELD Titolo}¶
"}¶
{IF{MERGEFIELD Contenuto...
Instead f:
{IF{MERGEFIELD Titolo}<> "" "{MERGEFIELD Titolo}¶
"}{IF{MERGEFIELD Contenuto...
No comment please.
I just used the same trick also for the "Vecchia segnatura" and "Note alla vecchia segnatura", and everything was perfect.
Thanks again!