S
Sumesh
I have a condition like this - just giving an example but
in reality it will have more.
{if {mergefield Empcode} ="1" "XVT"}
{if {mergefield Empdept} ="10" "AFG"}
{if {mergefield EmpSal}="3400" "DDD"}
{if {mergefield Emp22cd}="3" "DER"}
{if {mergefield Emp22cp}="2" "DDER"}
When merge take place if the first condition fails a
blank line is inserted. I would like suppress the blank
line.
I can't have a nested if statement. It will be like an
individual If statement. Is there any way to suppress
the blank line?
Appreciate your valuable answers.
Thanks
Sumesh
in reality it will have more.
{if {mergefield Empcode} ="1" "XVT"}
{if {mergefield Empdept} ="10" "AFG"}
{if {mergefield EmpSal}="3400" "DDD"}
{if {mergefield Emp22cd}="3" "DER"}
{if {mergefield Emp22cp}="2" "DDER"}
When merge take place if the first condition fails a
blank line is inserted. I would like suppress the blank
line.
I can't have a nested if statement. It will be like an
individual If statement. Is there any way to suppress
the blank line?
Appreciate your valuable answers.
Thanks
Sumesh