Hello,
I have a table with a number of address related fields (ex: name, title, company, street, etc.) and a "christmas" field with either an "x" or left empty depending if the person is set to receive a letter on Christmas.
I am using the following syntax
{SKIPIF {MERGEFIELD christmas}=""}{ MERGEFIELD "name"}
{ MERGEFIELD "address"}
{ MERGEFIELD "postalcode"}
{NEXT}{SKIPIF {MERGEFIELD christmas}=""}{ MERGEFIELD "name"}
{ MERGEFIELD "address"}
{ MERGEFIELD "postalcode"}
and Word (2013) doesn't seem to pick up on the SKIPIF field at all. When I check the preview, every name is on the resulting list, no matter the value of the "christmas" field in my Excel document.
I don't know if I'm doing it wrong or if the problem comes from me using the French version of Word 2013.
Thank you for your help.