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

show summary data from a portal


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

Recommended Posts

Posted

I am creating a timesheet database where employees can input time they spend on each project everyday. I use a portal and each row is actually data from another table called timesheet element.

proj. Mon. Tue. Wed. Thur. Fri. Proj. Total

A 20 30 20 200 20 350

B 100 100 10

C 200

Day Total

Proj. Total is a calculation field in timesheet element. It recalculate every time I click away from a cell so it always shows the updated number of time spent on a specific project, which is what I want.

Day total is a summary field from timesheet element and it does not work as I wanted. My questions are;

1. If I type a number and then click away from the portal, the summary field will show but I want it to update the number if I click another cell in the portal. How can I make it work?

2. If I type a number, then click another cell in the portal (nothing happened to the summary field) and then click outside the portal, the summary field seems like confused and it becomes blank. Why is this happening?

I thought it is very common to have summary field so people can find the total of something from a portal but I couldn’t find anything from the forum. Your help is greatly appreciated.

Posted (edited)

It can only update after the record is committed.

Also unless you modify a field on which the summary is based off of you will require a refresh as it needs something to make it recalc.

Edited by Guest
added more
Posted

Another option for you is create an unstored calc in the parent table that references the child records.

Sum ( Child::Amount )

Posted

Thank you for your quick help. Is there anyway I can run a script based on mouse click away from the cell? I assume I have to make a script to recalculate the total?

Thanks.

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