View Single Post
 
Old 09-23-2018, 12:17 AM
Yarikh Yarikh is offline Windows 10 Office 2016
Novice
 
Join Date: Jan 2018
Posts: 6
Yarikh is on a distinguished road
Default

Quote:
Originally Posted by macropod View Post
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!
Reply With Quote