Hi 
 
As per one of the requirements I have to design a report which looks like 
SalesPackingSlip with different information on it. Lets say its 
SalesPackingSlip1.
 
In my new report SalesPackingSlip1, I need to have a section which should give 
a summary of my lines 
 
i.,e  I would like to display my new section that should group by my lines 
based on some product group
 
Example
 
Item No.            Product Group                 Qty                     Net 
Weight        Gross Weight        Amount
 
Item1                  group1                              
10                        10                            5                    
10.00
Item2                  group1                              
10                        10                            5                     
40.00
Item3                  group2                               
20                        10                          20                   
30.00   
Item4                   group2                              
30                         10                         40                   40.00
 
At the end I need to have a summary section  which lists the following records
 
Product Group                  Qty                        Net Weight         
Gross Weight            Amount
 
group1                              20                           
20                          10                           50.00
group2                              50                           
20                          60                           70.00
 
I think I have to use Programmable section with Report's fetch() method to 
achieve this. I was trying something like that but couldn't get it...
 
Could someone please help me in this regard?
 
Pls let me know if you need further information.
 
Thanks
Jeff


      

[Non-text portions of this message have been removed]

Reply via email to