Newbies monikarose Posted July 7, 2008 Newbies Posted July 7, 2008 Hello Everyone, I'm wondering how to calculate a variance in a report, which would calculate the variance from the subtotal based on one of two choices in another field. For example, I created a field which holds the type of amount (income or expense) and I have a separate field for the amount and I have a subtotal calculated in the report for each type (income & expense). How can I calculate in a separate field what the variance is between the two amounts (income & Expense)? Thanks, Monika
comment Posted July 9, 2008 Posted July 9, 2008 I have a feeling this is a misnomer (there is no such thing as "variance between two amounts") and that the question is really about the DIFFERENCE between two sub-summary values. If so, the answer is a calculation field = GetSummary ( sTotalIncome ; breakField ) - GetSummary ( sTotalExpense ; breakField )
Recommended Posts
This topic is 6041 days old. Please don't post here. Open a new topic instead.
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