Jump to content

Simple Calculation Question: Total Sum of hours per CLIENT


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

Recommended Posts

Hi.🌍

I need to add number values in the 'hours' field per client. The client is identified by unique 'name' or 'Id'

I can do it either in a portal or in the layout itself.

Any tips her.

Thanks a bunch.

Edited by Sharifa
Link to comment
Share on other sites

Assuming you have a Clients table and a related Items table, you can use a calculation field defined in the Clients table as =

Sum ( Items::Hours )

Alternatively, you can define a summary field in the Items table as Total of Hours and place it on a layout of Clients. Or use it in a report produced from the Items table, sorted by Client.

 

19 minutes ago, Sharifa said:

The client is identified by unique 'name' or 'Id'

For purposes of relationship, the client should be identified by ID only - a unique and permanent value.

  • Thanks 1
Link to comment
Share on other sites

In the portal on the right side of the screen, You can see in last column field for hours worked 'Aantal_uren'. I need to calculate the total number of hours per record. 

 

CACULATE HOURS BUR RECORD - INSERT PICTURE - with image.JPG

Link to comment
Share on other sites

On 6/10/2022 at 12:05 AM, comment said:

you can use a calculation field defined in the Clients table as =

Sum ( Items::Hours )

Have you tried this?

 

On 6/10/2022 at 12:05 AM, comment said:

Alternatively, you can define a summary field in the Items table as Total of Hours and place it on a layout of Clients.

Have you tried this?

 

  • Thanks 1
Link to comment
Share on other sites

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