T
tinous
Hi,
I know how to add a varying picture in a mailmerge : {INCLUDEPICTURE
MERGEFORMAT {MERGEFIELD beautifulpicture}} (and after the merge CRT A + PF9
to refresh)
I know how to add a condition to add or not a field using the "If then
else "
{IF {MERGEFIELD num} > 10 {MERGEFIELD aaa} {MERGEFIELD bbb} }
What I want to do, now, is to mix the two and have "beautifulpicture' added
ony if num > 10 .
If I code
{IF {MERGEFIELD num} > 10 {INCLUDEPICTURE MERGEFORMAT {MERGEFIELD
beautifulpicture}} "no picture for this record" } the result is not OK. (the
same picture is added (always the first even after CTR A + PF9)).
Is somebody can help me, please?
Thanks
I know how to add a varying picture in a mailmerge : {INCLUDEPICTURE
MERGEFORMAT {MERGEFIELD beautifulpicture}} (and after the merge CRT A + PF9
to refresh)
I know how to add a condition to add or not a field using the "If then
else "
{IF {MERGEFIELD num} > 10 {MERGEFIELD aaa} {MERGEFIELD bbb} }
What I want to do, now, is to mix the two and have "beautifulpicture' added
ony if num > 10 .
If I code
{IF {MERGEFIELD num} > 10 {INCLUDEPICTURE MERGEFORMAT {MERGEFIELD
beautifulpicture}} "no picture for this record" } the result is not OK. (the
same picture is added (always the first even after CTR A + PF9)).
Is somebody can help me, please?
Thanks