Jump to content
Server Maintenance This Week. ×

Subtotal on field


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

Recommended Posts

  • Newbies

How do I do a subtotal on a group of related items. For example, if I have a field called ItemNo that has an amount field for that record and I want to subtotal the amount for that item number, how do I do this?

Link to comment
Share on other sites

  • 1 month later...

If your primary database is DB1 and the related file is DB2 and they are related by Item No.using a relationship called RelItem, Create an "Item Total" field in DB1 defined as Sum(RelItem::Amount). For a record in DB1 this will total the Amount field for only the related records in DB2.

Link to comment
Share on other sites

This topic is 8722 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.