What should be the Advanced filter Conditions to meet the requirement 'Find contacts owned by Poo that have a title of CFO, functional role of CFO, or reports to the CFO? 1) Title equals CFO 2) Functional Role equals CFO 3) Reports To equals CFO 4) Contact Owner contains Poo.
Click on the arrows to vote for the correct answer
A. B. C. D.A.
Sure, I can provide you with a detailed explanation of the correct advanced filter conditions for the given requirement.
The requirement is to find contacts that are owned by Poo and have a title of CFO, functional role of CFO, or reports to the CFO. So, we need to create an advanced filter with the following conditions:
Now, let's evaluate each answer option to determine the correct one:
A. (1 OR 2 OR 3) AND 4 This option is not correct because it would include contacts that meet either condition 1, 2, or 3, as well as condition 4. However, we need contacts that meet condition 4 and at least one of the other conditions.
B. (4 AND (2 OR 3)) OR 1 This option is the correct answer. It meets the requirement because it includes contacts that meet condition 4 and either condition 2 or 3, as well as contacts that meet condition 1. The "AND" operator between conditions 4 and (2 OR 3) means that the contact must meet both condition 4 and either condition 2 or 3. The "OR" operator between the two sets of conditions means that a contact can meet either set of conditions to be included in the results.
C. (1 OR 2 OR (3 AND 4)) This option is not correct because it includes contacts that meet either condition 1, condition 2, or both condition 3 and condition 4. This would result in contacts that are owned by Poo but may not have a title or functional role of CFO.
D. (1 AND (2 OR 3)) OR 4 This option is not correct because it would include contacts that meet either condition 2 or 3 and condition 1, as well as contacts that meet condition 4. However, we need contacts that meet condition 4 and at least one of the other conditions.
Therefore, the correct answer is B. (4 AND (2 OR 3)) OR 1.