I am trying to list names horizontally,
example, instead of:
bob
fred
bill
ned
I want :
bob, fred, bill, ned, etc.
Does anyone know how?
I will be using just one table.
I have two groups, with a subreport in the details section, The formulas are placed the same way described above, and I am hoping to suppress the entire section for null values. I am sure the report and the sub are linked correctly. 'Suppress blank Section' has no effect.
I have searched through the forums for help and I have come very close.
per lbass's Instruction, I have made the following renditions to the report in hopes it would work.
//{@reset} for the subreport report header:
whileprintingrecords;
shared stringvar x := "";
//{@accum} for the detail...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.