Jump to content

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

Recommended Posts

  • Newbies
Posted

Hi,

I am new to filemaker, but I am trying to find a way of creating a sum of all the fields that have a particular value for another field.

So for example, I want to total Field 1 in every record that has a 'yes' in Field 2.

How would I go about achieving this?

Thanks,

Rob

Posted

Hi

1) create a calculation field ( I assume that its name is cConditionalField1 )

If ( Field2 = "yes" ; Field1 )

2) Create a summary field: total of cConditionalField1

Note that this summary field will sum all fields of the current found records count.

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