Jump to content

Sum up fields that contain same content


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

Recommended Posts

Posted

I would like to know how I can sum up fields in different records (get a number in a separate field) that contain identical information (like ID's). I don't want to have the outcome in a report, but in a unique field on a layout

The idea is to create a detailed invoice with a list of different working hours.

Posted

Create a self-relationship (ID to ID).

Create a calc field that is the sum of the related amounts [sum(ID::Amount)].

It won't show a "running total", but it will show an accurate total even if not all records are in the current "found set".

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