mateen83 Posted October 16, 2009 Posted October 16, 2009 How can i make a Running Total in a report from a DB field
linvicch Posted October 16, 2009 Posted October 16, 2009 using variables :)in the properties of the variables u can set what kind of total you want, count/sum/avg etc etc and the group and reset time
mateen83 Posted October 17, 2009 Author Posted October 17, 2009 the running toal is one transactions. if the transaction is sale i want the transaction to be added to the running toal else i want the transaction to be subtractd from the running total. The values of all the transactions are posotive so i will nead an if else condition. How can i do this. Kind Regards.
linvicch Posted October 19, 2009 Posted October 19, 2009 using java syntax(boolean experssion?expression if result is true:expression if result is false)the type that is returned in the expression must match the type u specfied
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now