Sorry I couldn't come up with a better title for what I'm looking for. But basically I want a single data element, row after row, in a grid fashion. So, for example, pretend the column's data is just the numbers 1 through 10, then I might want it to look like this (3 columns in the grid, however many rows can fit on the page):
1 2 3
4 5 6
7 8 9
10
I couldn't come close to achieving this with a table, and I got close with a Cross Tab by using the page break in "Column Area" properties. But I don't want a page break, I just want it to wrap to the next line.
Ultimately what I am trying to achieve is a kind of glossary with a denser layout than this (using the same example data from above):
1
2
3
4
5
6
7
8
9
10
Oh, and this must also work in 2.3.2