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 7101 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hi,

The situation is the following:

DB A

*****

Field 1 - unsorted calc

Field 2 - unsorted calc

DB B

*****

Field 3 - portal match

The relationship is from DB_A(field 1) to DB_B(field 3) and named "DB_A_B"

Field 2 = count(DB_A_B::Field 3)

I need to be able to summarize field2..but it is not possible because it is a dynamic relationship (Field 1 is unsorted as it uses a global field in its calculation).

Creating a value list is also not possible for the same reason.

Any suggestion of how a summary can be accomplished?

Posted

Let me see if I understand this correctly:

File: PARENT

ParentID

File: CHILD

ChildID

ParentID

Value

Relationship from PARENT to CHILD:

PARENT::ParentID = CHILD::ParentID

File: PARENT

cCount = Count ( CHILD::Value )

Now you should have no problems defining a summary field in PARENT =

Total of cCount

Posted

If the PARENT:ParentID is a calculated field that uses a global field then It is not working...

Posted

:oops:

My mistake was that the calculated field was a "text" result, while it should be "number"...

Veteran...thank you so much for your patience...

Even after 5 years one can make silly mistakes...

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