Hello,
I have two tables and need to add the following variable to both of them in an odt template:
[!-- BEGIN row.lines --]{line_pos}{line_product_label}[!-- END row.lines --]
When I add it to just one table, it works fine. But when I try to add it to the second table, it breaks everything:
- The first table displays only one product(the first product), while the second table displays two products, starting with the first product.
- In the second table, the second and third columns disappear (the table is supposed to have three columns, but only two appear).
- And the tables start to repeat
Much obliged for any direction, advice, opinion, how to solve this problem