Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 6041 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

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

Posted

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 )

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.