Definitely work with a variable. I have had similar situations. I create 1 variable for each column. The variable looks something like this:
whileprintingrecords;
global stringvar sArticle:=sArticle & (if {table.article}='60000'
then {table.article} & chr(13)
else "";
This will give you a nice column to work with. You can create a display formula for the variable, place the formula in the section you want it, and set it to Can Grow. Then place all the other column varaibles next to it.
Edited by FrnhtGLI - 04 Mar 2011 at 2:03am