I would like to be able to create a table on-the-fly that would put all the data in columnar form:
Group A Group B Group C Group D
a stuff b stuff c stuff d stuff
more a more b more c more d
and so on. I can get output strung left to right correctly, but I'd really rather have it put into columns instead.
Thanks!