Click here to Skip to main content
15,885,757 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all, I'm creating a report in Crystal Reports 7 which is only required to produce a summary page per user, I know how to do it using running totals but am wondering if there's a way to do it in code like

// In a formula definition pseudo code
sum a to b for user = "me"
count to c for user = "me"
etc...

What I have tried:

Googling - and can't find anything
Posted
Updated 18-Mar-16 12:42pm

1 solution

 
Share this answer
 
Comments
pkfox 19-Mar-16 7:03am    
I stated in my post that I KNOW how to do it the way that article does it what I'm asking is how to do it in code
Maciej Los 19-Mar-16 11:53am    
What code: c#, vb.net, c++?
Your question is not clear if you're asking for code, because you didn't post any useful information. You may work with DataSets, DataTables, Classes, etc.
pkfox 20-Mar-16 4:12am    
Oh ok sorry, by code I mean using Crystal Report code this is not a Visual Studio project just a stand alone report

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