DJWheezyWeez
Technical User
I'm using CR XI.
The way my report is setup, I have a lot of fields but the important ones are Job Number and Machine. I have a subreport that brings in ItemCode. In the system, a Job Number has more than one ItemCode and more than one Machine but Machine and ItemCode aren't related. Before I added the subreport, I had the Job Number as my GH1 and then the Machine repeated for each ItemCode.
My question is is there a way to have the ItemCode display on one line? I tried using join({table.ItemCode},", ") since I have normally used that for Page/Report headers but that didn't work. I'm looking for some way to do the same thing as join but in the GH section.
It's going to look something like:
GH1 | Job: 201000 ItemCodes: 10021, 12021, 14410, 12233
Det | {Machine}
I hope that makes sense. Any help is appreciated.
-DJWW
The way my report is setup, I have a lot of fields but the important ones are Job Number and Machine. I have a subreport that brings in ItemCode. In the system, a Job Number has more than one ItemCode and more than one Machine but Machine and ItemCode aren't related. Before I added the subreport, I had the Job Number as my GH1 and then the Machine repeated for each ItemCode.
My question is is there a way to have the ItemCode display on one line? I tried using join({table.ItemCode},", ") since I have normally used that for Page/Report headers but that didn't work. I'm looking for some way to do the same thing as join but in the GH section.
It's going to look something like:
GH1 | Job: 201000 ItemCodes: 10021, 12021, 14410, 12233
Det | {Machine}
I hope that makes sense. Any help is appreciated.
-DJWW