PDA

Click to See Complete Forum and Search --> : summary report with crystal report 8.5


shahid
Nov 21st, 2006, 03:59 AM
dear all

i want to build a summary report with crystal report..but i have some problem
the data is like:

code name amount1 amount2 amount3 date
----- ----- -------- -------- -------- ---------
10 a 100 50 30 any date
10 a 100 50 30 any date
20 b 200 50 30 any date
20 b 200 50 30 any date
30 c 300 50 30 any date
30 c 300 50 30 any date


now i need the summary group by code


code amount1_sum amount2_sum amount3_sum
----- -------------- ------------- --------------
10 200 100 60
20 400 100 60
30 600 100 60

shuld be between the dates which i select by parameter.


please help me i am unable to manage how to do it.
any hint,tip etc
thank you

shahid
Nov 21st, 2006, 04:05 AM
any budy please....

shakti5385
Nov 21st, 2006, 04:11 AM
Where you getting the problem, please explain in the brief. I did not understand your problem.
Have you made the group or not??

shahid
Nov 21st, 2006, 04:29 AM
i need to build this report as i shown you above...

i dont' know how to summarized the columns

shahid
Nov 21st, 2006, 04:37 AM
any budy please it's too urgent

shahid
Nov 21st, 2006, 05:10 AM
Helloo

mabbas110
Dec 12th, 2006, 05:50 AM
well u right click the fields and then goto insert -> summary and generate what u want

afterwards just suppress the detail column.

you will get ur result.