S
SG Luke
Hi, I am attempting to us a IF AND statement in Word fields. I am simply
trying to say if A is 0 and B is > 0, Display the following, else move onto
the next logic statement. I tried using the following:
{ IF { = AND ( { MERGEFIELD a } = 0.00, { MERGFIELD b } > 0.00) "True"
"False"}
I have also tried it as
{ IF { = AND ( { COMPARE { MERGEFIELD a } = 0.00},{ COMPARE { MERGFIELD b }
Neither way has worked. Does anyone have any idea as to where I am going
wrong?
Thanks!
trying to say if A is 0 and B is > 0, Display the following, else move onto
the next logic statement. I tried using the following:
{ IF { = AND ( { MERGEFIELD a } = 0.00, { MERGFIELD b } > 0.00) "True"
"False"}
I have also tried it as
{ IF { = AND ( { COMPARE { MERGEFIELD a } = 0.00},{ COMPARE { MERGFIELD b }
0.00}) "True" "False"}
Neither way has worked. Does anyone have any idea as to where I am going
wrong?
Thanks!