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

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

Recommended Posts

Posted

Hi,

I have a portal which tracks client sessions by date. The portal is within a client details layout. One of the field on this layout is "health plan date" (a date field).

What I would like to do is have a calc field which displays the number of sessions a client has had since the health plan date.

Another words how many portal rows display sessions dated at or later than the date displayed in the "health plan date" field

Can this be done with the count function?

Thanks

Posted

With two calc fields:

One in the Sessions table (result is Number) =

SessionDate ≥ Clients::health plan date

The other in the Clients table, using Sum ( Sessions::calcField )

Or you could write a custom function to recurse over the child records, using the GetNthRecord() function.

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