Hi All,
I have a form where I am printing the line item details. I am using the following code
&EKET-EINDT&,,&EKPO-NETPR1&,,&EKPO-NETWR1&
This gives the output
08/26/2007 688.5 1377.02
Between unit price and net price i have another coloumn to print Tax, which is only printed for documents relevant for tax (this is printed from another text element)
the amount 1377.02 is now printing under a wrong column. I need to increase spacing between unit price and net price.
I tried using the following code (by adding additional ,, )
&EKET-EINDT&,,&EKPO-NETPR1&,,,,&EKPO-NETWR1&
But this does not make any difference in the output.
Can anyone help me how to get these values aligned?
Any help will be appreciated. Thanks.
Mark.