I am working on Crystal Report, which first breaks the data by receipt ID, and then I need two groups under the Receipt ID, but they are not related to each other.
So, instead of three levels of grouping, I need to somehow have only two levels, for example:
Group: Receipt_ID Group: Receipt_Detail.Line_Number Group: Receipt_Deduction.Description
Here is an example of how it should look:
Receipt ID Line Number Weight Dollar Amount 091911001 1 17,640 $2116.80 2 16,860 $1180.20 3 17,200 $1204.00 MAC Peeler Rate 17,640 0.0027 MAC Juicer Rate 34,060 0.0011 091911007 1 40,000 $10050.00 2 13,500 $2600.00 MACMA Rate 53,500 0.0350 And so on.
Is there a way to do such things in Crystal Reports 10?
source share