Yes, there are some problems with matching certain values.
My suggestions:
a. make sure you fully quote the operands in the IF. I would do the
punctuatin and spacing as follows, although the quotes around the field name
really are only necessary if the name has spaces or whatever in it:
{ IF "{ MERGEFIELD "c77CcAltr11" }" = "06MAFW" "Summer 2006" "NOT Summer
2006" }
b. assuming that isn't enough (I don't think it will be), force the
operands to start with a letter instead of a digit, e.g.
{ IF "A{ MERGEFIELD "c77CcAltr11" }" = "A06MAFW" "Summer 2006" "NOT Summer
2006" }
My best bet anyway...
Peter Jamieson
> I'm trying to use a nested IF statement to look at a field and return a
> different value depending on the value. I have no problem that I know
[quoted text clipped - 33 lines]
>
> Jen
jperleevt@yahoo.com - 06 Sep 2006 01:54 GMT
Thanks Peter!
I did a small test at home and it worked! I'll try it tomorrow in my
actual document.
:-)
Jen
> Yes, there are some problems with matching certain values.
>
[quoted text clipped - 52 lines]
> >
> > Jen
jperleevt@yahoo.com - 09 Sep 2006 21:43 GMT
After a lot of futsing around I got the whole thing to work. Thanks so
much again!
> Thanks Peter!
> I did a small test at home and it worked! I'll try it tomorrow in my
[quoted text clipped - 60 lines]
> > >
> > > Jen