Click here to Skip to main content
15,891,951 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to get total of particular field for every group fields in CR.
EX.
Subject Marks Rollno

A {TotalOfMarks A}
A1 50 1
A2 50 2
A3 50 3
B {TotakOfMarks B}
B1 50 1
B2 50 2
B3 50 3

Now
i need formula,how to get total of marks for subject A and B in {TotalOfMarks A} separately.

like
sum(Marks,Condition*)

Thank you,
swapnil
Posted

Since you already have the group defined, in the group footer, include a formula that will be a sum of the Marks field.

HTH
 
Share this answer
 
Thanks ChandraRam
i just figured out the problem.
What i want was
sum({table.marks,{table.subject}})-----for groupwise sum
But thanks a lot for reply ;-)
 
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