Blank field printing a 0 (zero)

K

Kim

My data source is an Excel spreadsheet and there are blank fields. How do I
tell it skip the field, not print a 0 (zero) move to next field?
 
G

Graham Mayor

Use a conditional field.
In theory {IF {Mergefield fieldname} <> 0 "{Mergefield Fieldname}"} should
do the trick.
If not, try
{IF {Mergefield fieldname} <> "" "{Mergefield Fieldname}"}

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
K

Kim

A Great Big Thank You! It works!

Graham Mayor said:
Use a conditional field.
In theory {IF {Mergefield fieldname} <> 0 "{Mergefield Fieldname}"} should
do the trick.
If not, try
{IF {Mergefield fieldname} <> "" "{Mergefield Fieldname}"}

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top