How to suppress rows
Hi,
I am developing rtf file of print invoice, I have used Repeating group for printing items with other info like description, Qty, UOM, Unit Price and Extended Price at the end I am printing the total of AEXP It is working fine except lines between the rows. I have a requirement not to show lines in invoice between the rows. Can you please suggest how to achieve this.
Now I am getting below. Expected is without lines between the rows (in body)
| LITM | Qty | UM | UPRC | AEXP |
| ITEM1 | 1 | EA | 10 | 10 |
| ITEM2 | 2 | EA | 10 | 20 |
| ITEM3 | 3 | EA | 10 | 30 |
| ITEM4 | 2 | EA | 10 | 20 |
| ITEM5 | 1 | EA | 10 | 10 |
| ITEM6 | 2 | EA |