Wondering if someone has an easier way to get a repeat to appear as two columns in a Feature Report. Specifically, an image question inside a repeat. Using images with the multiline appearance doesn't work for me as there is a bunch of other data accompanying the images.
Essentially, I want images to appear like this (a single table with unlimited length):

With a convoluted calculate, I can get this (two tables nested inside a larger table, and the repeat is limited by IF statements). This one actually looks really good, but has two limitations: 1) Silly IF statement, and 2) Empty table rows that need to be manually deleted.

If you are curious, the calculate below is essentially what I am doing to create the second table. In the Feature Report, the left table only populates with "odd" items, and the right only populates with "even" items.
