Jump to content

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

Recommended Posts

  • Newbies
Posted

Hi there, first question. smile.gif FileMaker 6 on Mac OS X.

I've got one database (Line Items) in there is a field "Number Sold" which is a number and another one titled "Picked Up". It's a checkbox, value 1 if it's checked.

In another database (Sales) I've got a field which uses a calculation to SUM the Number Sold field from the portal rows. This works fine.

What I would like - is only have it sum the portal rows where "Picked Up" is checked ( = to 1). Any way to do that?

Thanks in advance. smile.gif

Posted

There are a couple of ways to do this. I think the easiest is to define a calc field in Line Items:

Case( Picked Up, Number Sold )

Now sum this field instead of the original.

  • 1 month later...

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