Hello,
I'm trying to make my crystal report for the output of a program I'm writing. I want to take two detail lines and condense them to one, but ONLY if a given field is different. For example, let's say a user chooses 10 packages. Three are boxes and seven are bags. I would like to have on detail line say 3 boxes and then the total weights of JUST the boxes, and then 7 bags and the total weights of just the seven bags. How would I do this?