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

Recommended Posts

Posted (edited)

Many thanks in advanced for your help, & here is my problems:

I have 3 Calculate fields A,B and C:

Field A in table (1)

Fields B,C in table (2)

Both table have common relationship field

--------

How do I create function or formular to perform the following task:

Calculate Value of field A (table1) = Sum of field B(table2) (with condition that when the field C in (table2) equal to blank value) (the calculation only records that have no value in field C)

Edited by Guest
Posted

In table 2 create a new unstored calc:

MyNewCalc = If(IsEmpty©; B)

and then in table 1

A = Sum(MyRelationshipToTableB::MyNewCalc)

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