Newbies JoshPet Posted July 7, 2004 Newbies Posted July 7, 2004 Hi there, first question. 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.
Fitch Posted July 7, 2004 Posted July 7, 2004 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.
Newbies JoshPet Posted July 8, 2004 Author Newbies Posted July 8, 2004 Ah gotcha! Will give that a try. Thank you.
Newbies JoshPet Posted August 9, 2004 Author Newbies Posted August 9, 2004 Sorry for the late follow up- this works exactly like I want. I didn't know about "case()". Thanks much!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now