In a Receipt Template I'm modifying, I've ended up with a long <ROW> (with lots of columns) which works just fine.
To make it more readable though, I thought I'd split it (since XML is free-format) like this:
<ROW>
expression-1 "|"
expression-2 "|"
etc.
</ROW>
This displays different value for some of the expressions (like PurchaseOrder.Entry.Description comes out as 0 and currency fields are just displayed as double fields).
Should I indicate somehow that the lines are joined together?
*This post is locked for comments