Search with AND & OR
With free search you can also look for different results based on logical (boolean) relationships between data items. Just make sure to insert parentheses before and after - ( and ) - each query expression containing one of these operators.
Steps:
- It is possible to search for results containing one or another search term by inserting
ORbetween the expressions you are looking for:(Actual OR Estimate). - We can also search results containing both search terms by inserting
ANDbetween the expressions you are looking for:(2014 AND 2016 AND 2017). - We can increase complexity by combining the two terms,
AND&OR, in the same query:((Actual OR Estimate) AND (Portugal OR Brazil) AND (2014 OR 2017 OR 2016)).
