Click here to Skip to main content
15,894,405 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi! I have a problem in Crystal Reports on VB.NET 2008. I have two GroupHeaderSection, one is grouping per Department and the other is per Section. Under the Section grouping, I have series of Summaries, i.e. EmpA, EmpB, EmpC. These summaries are the Sum of all the workOutputHrs of employees per section (workOutputHrs is from an SQL table, saved per date). The Department & Section are from TableA while the workOutputHr is from TableB. These two tables are linked by the EmployeeID (auto). What I want to do is to get the Maximum values of these summaries and put it in the GroupFooter. I tried this code but I get "This field cannot be summarized":

Maximum (Sum ({TableB.EmpA}, {TableA.Section}))

I hope someone can help. Thanks!
Posted

Crystal Report Provides A Feature Running Total Find Out that. this can be achieved by RT i am 200% sure
 
Share this answer
 
v2
Solved it myself! I just made an alternative computation on the table to avoid the error that I encountered. Thanks.
 
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