In the print detail section, I have customer name print in the first row, and address print in second row.
So my question: Is there any way I can skip second row if address is empty.
Right now, my report print this if Customer B address field is empty:
Header
----------------------------------
Customer A
Customer A's address
Customer B
Customer C
Customer C's address
-----------------------------------
Footer
Instead, I want it to print like this if Customer B address field is empty:
Header
----------------------------------
Customer A
Customer A's address
Customer B
Customer C
Customer C's address
-----------------------------------
Footer
Thanks for any suggestions.
So my question: Is there any way I can skip second row if address is empty.
Right now, my report print this if Customer B address field is empty:
Header
----------------------------------
Customer A
Customer A's address
Customer B
Customer C
Customer C's address
-----------------------------------
Footer
Instead, I want it to print like this if Customer B address field is empty:
Header
----------------------------------
Customer A
Customer A's address
Customer B
Customer C
Customer C's address
-----------------------------------
Footer
Thanks for any suggestions.