Please start any new threads on our new 
    site at https://forums.sqlteam.com.  We've got lots of great SQL Server
    experts to answer whatever question you can come up with.
    
        | 
                
                    | 
                            
                                | Author | Topic |  
                                    | ca4filStarting Member
 
 
                                        1 Post | 
                                            
                                            |  Posted - 2014-12-22 : 09:13:12 
 |  
                                            | Can anybody help me please? I need to calculate running total which resets when reached to 16, and also needs to calculate remaining amount as paid.I have attached sample data, so we have two columns Earned, and Used. And we need to calculate Balance, and Paid columns. Many thanks.Earned	Used	Balance	Paid5	1	4	016	2	16	20	2	14	02	1	15	0 |  |  
                                    | sz1Aged Yak Warrior
 
 
                                    555 Posts | 
                                        
                                          |  Posted - 2014-12-23 : 10:32:43 
 |  
                                          | What do you mean, you want to sum the balance and paid columns? or just when they = 16?We are the creators of our own reality! |  
                                          |  |  |  
                                |  |  |  |