Dear community,I have a table with a header and footer containing 4
grouped deliveries and between each delivery an empty line. As an
example :HEADER -> ID Delivery | Description | QttTABLE CONTENT ->
Deliv1 |Desc1 | Qtt1 Deliv1 |Desc1 | Qtt1 Deliv2 |Desc2 | Qtt2 Deliv2
|Desc2 | Qtt2 Deliv2 |Desc2 | Qtt2 Deliv3 |Desc3 | Qtt3 Deliv3 |Desc3 |
Qtt3 Deliv4 |Desc4 | Qtt4FOOTER (empty) ->I applied a conditional split
on that table, depending on the empty line : if the system finds the
empty line, it b...