November 29, 201015 yr Hi I am sure this is a stupid question but can't figure out the answer. I have the following calculation:- Case ( Instructor = "Yes"; c_Name Search; //Else "" ) I would like to add an additional AND criteria to the above so that if:- Instructor="Yes" AND Active="Active" please can anyone help with amending this formula as I am new to FMP. Many thanks Dave
November 29, 201015 yr It's exactly as you wrote it: Case ( Instructor = "Yes" and Active = "Active" ; c_Name Search ) The "else - nothing" part is redundant.
Create an account or sign in to comment