Click here to Skip to main content
16,005,181 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello,

i created crystal report in vs 2005 C#.

report is for daily allotment report.

DailyAllotement is table name contains (date,zoneId,CustomerId,MilkType,MilkSubtype,Qty......)


O/p i want is as follow

Customer's Name | Milk Type | Milk Sub Type | QTY

AAA Cow Chitale 2
BBB Cow Chitale 3
CCC buff Thorat 4
DDD buff chitale 3


Total Qty // at report footer,(summary)
Cow chitale 5
Buff thorat 4
Buff chitale 3

for both the o/p if i used query wizard (inbuilt) then only one o/p can i get ,on selecting record if i want to keep counter on each subtype & type of milk then how i used formula?


what should i use crystal report inbuilt formula, or through data source.
please reply
it quit urgent ..................
Posted

1 solution

You can either handle it in queries and have a field providing you the totals
or
you can use Groups in the report (based on milk type) and have subtotals. Use formula fields to form it and refer it. Place the textbox where you want and use formula fields in order to show the values.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900