Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted (edited)

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
Posted

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
Posted

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

Posted
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
Posted

Yes. I changed the table reference and it worked.

Sum ( _TEST_CoastalCorners_Werkopdrachten_TABLE_DB::Aantal_uren )

Many thanks.

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