J
Jonathan Crow
I am putting and IF ... THEN field into a merge document
where the code is
{IF {MERGEFIELD "MyMergeField" } <"-5" "I am true" "I am
false"}
If the MyMergeField = -30 I get the result I am true.
If the MyMergeField = 0 I get the result I am false.
If the MyMergeField = 5 I get the result I am false.
So far so good.
If the MyMergeField = -3 I get the result I am true.
Since I am testing to see whether the value is less than -
5 the result should be I am false.
Anyone have any ideas why this is happening and how I can
fix it?
Thanks,
Jonathan
where the code is
{IF {MERGEFIELD "MyMergeField" } <"-5" "I am true" "I am
false"}
If the MyMergeField = -30 I get the result I am true.
If the MyMergeField = 0 I get the result I am false.
If the MyMergeField = 5 I get the result I am false.
So far so good.
If the MyMergeField = -3 I get the result I am true.
Since I am testing to see whether the value is less than -
5 the result should be I am false.
Anyone have any ideas why this is happening and how I can
fix it?
Thanks,
Jonathan