Newbies Nick Drouet Posted May 12, 2010 Newbies Posted May 12, 2010 Hi I've got some calculation fields which use the ValueCount( FilterValues( List( Table::Field1); "ValueToSearch")) calculation to perform an Excel-like CountIf operation, but I'd like to have a calc field which can perform a value count based on the contents of 2 fields to allow some conditionality, ie count where Table::Field1 = "ValueToSearch" and Table::Field2 = "AnotherValue" How is the best method to do this? Cheers Nick
Newbies cfmartinez1090 Posted March 7, 2018 Newbies Posted March 7, 2018 I have been looking for the same thing for awhile. In my case, it's AND.
Lee Smith Posted March 7, 2018 Posted March 7, 2018 Hi cfmartinez1090 and welcome to the FM Forums, To perform an AND find, means just putting all of the fields to be searched on one Record Request, Here is the Online help for Find Request. https://fmhelp.filemaker.com/help/16/fmp/en/#page/FMP_Help%2Fspecify-edit-find-requests.html To perform fore either OR, you use a new request for each of the OR searches. Something like this. Enter Find Mode enter your request into Field A New Record Request enter your request for Field B Perform Find HTH Lee
Recommended Posts
This topic is 2464 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