Click here to Skip to main content
15,900,439 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I have column planvalue and actualvalue. coloum has repeated values for jobno i wanted sum at bottom of the column such that it takes

jobno  planvalue    actualvalue
1        3000          2000
         3000           500
         3000           500
2        5000          3000
         5000          2000
3        2000          1000
         2000           500
         2000           250
         2000           250
  
      (sum)             actualTotal

no problem in actualTotal.
how can i get (sum) such that (3000+5000+2000)=10000

ie. single value from group jobno


sum(3000+2000+5000) that is unique values or Groupby jobno value single time
Any help is greatly appreciated.

Thank you and more power.
Posted
Updated 14-Mar-11 23:45pm
v2

1 solution

 
Share this answer
 
Comments
Gerry Logrosa 16-Mar-11 0:18am    
hi,
is there any samples using tables?
Sandeep Mewara 16-Mar-11 5:26am    
try Google...

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