Thread: [Solved] Blank Line Supression
View Single Post
 
Old 11-21-2012, 02:32 AM
Nibbles Nibbles is offline Windows 7 64bit Office 2010 64bit
Novice
 
Join Date: Nov 2012
Posts: 9
Nibbles is on a distinguished road
Default

Aha, thats done it, thanks. Knew it would be something simple!

For reference, I ended up with the code;

Code:
{ MERGEFIELD Metal1 }¶
{ IF { MERGEFIELD Metal2x } = "x" "¶
" }{ MERGEFIELD Metal2 }¶
{ IF { MERGEFIELD Metal3x } = "x" "¶
" }{ MERGEFIELD Metal3 }¶

and so on!
And it works perfectly
Reply With Quote