Creating un-even tables

Hi all,

How do you add blank rows to a table?

I have a SQL query that polls two assay results. This pipeline also artificially (ie. I have specifically added text components) adds in the result type names (rather than query them). If both result types have data the result is a 2x2 table.

But, if only one result has data than I have a 2 column table with 1 full row and one half-filled row:


A 50
B

Pipeline pilot throws an error if this is the case - columns must have an equal number of rows. How can I make this work? Either with a component that will add in a blank cell or through some other clever method.

Thanks!