Hello, all. I'm having a problem that I can't seem to get around and need a little guidance from the community. I'm using replicating tables to try to get the output looking the way the client needs. Ultimately, they would like it to look like the first image, but it ends up looking like the second due to a blank line that gets inserted after each table.
My data is coming from a SOQL query that contains an inner query. My template design has an outer table that will serve as the container (and will draw the box) and an inner table that will hold the repeating table/rows and will draw the line down the center (see the third image).
Is there a way to suppress the blank line at the end of each table? If not, could anyone suggest another way of tackling this layout?