How to get more than one for each statement in a single row in a table?
The top table is how the .rtf is currently laid out. The second table is how i'd like it to be laid out.
fes -- <?for-each:G_SUPPLIER?>
IN -- <fo:bidi-override direction="ltr" unicode-bidi="bidi-override"><?INVOICE_NUMBER?></fo:bidi-override>
fel -- <?for-each:G_LINE?>
PO1 -- <fo:bidi-override direction="ltr" unicode-bidi="bidi-override"><?PURCHASE_ORDER?></fo:bidi-override>
Problem is, if I move fesIN to the same line where felPO1 starts (the second table), then the invoice number disappears...
fesIN | |||||||||
| felPO1 | SUPPLIER | LINE | ID | PROJECT | TASK_NO | EXPENDITURE_TYPE | GL_CODE |
|
fesIN | felPO1 | SUPPLIER | LINE | ID |