using BOXIR2; Oracle 9
A parts list report is grouped by part number and each detail row's unique value is a Site Code where the part is stocked. Each group will have anywhere from 1 to 10 different site codes. What I need in terms of layout is to place the part number information in the group header (or footer) and then display the site codes seriatum. For example:
The detail rows are...
Part # Site Code
12345 1
12345 2
12345 3
56789 6
56789 7
My target layout is...
Part # Site Code
12345 1, 2, 3
56789 6, 7
Thanks for any suggestions. (In case it makes any difference, the Site Code is a string field, not a number)
A parts list report is grouped by part number and each detail row's unique value is a Site Code where the part is stocked. Each group will have anywhere from 1 to 10 different site codes. What I need in terms of layout is to place the part number information in the group header (or footer) and then display the site codes seriatum. For example:
The detail rows are...
Part # Site Code
12345 1
12345 2
12345 3
56789 6
56789 7
My target layout is...
Part # Site Code
12345 1, 2, 3
56789 6, 7
Thanks for any suggestions. (In case it makes any difference, the Site Code is a string field, not a number)