Dips > Data Processing > Query Data
You can combine multiple Expressions with the AND operator to search multiple columns. The following example illustrates this, and also demonstrates the use of the Includes operator.
TYPE == joint && SURFACE Includes rough
Select Query
Data
from the toolbar or the Analysis menu.
Create the Expression TYPE == joint (see Query Example 1 for details).
Select the Expression button.
Select the AND button.
Create the Expression SURFACE Includes rough.
Select the Expression button.
Select OK.
For the example.dip file, this query should create a new file with 13 rows.
Note that all entries in the TYPE column are "joint".
Note that all entries in the SURFACE column "include" the string "rough" – "sl.rough", "rough" and "v.rough". This demonstrates the use of the "Includes" operator, which finds all entries "including" the substring entered as Operand in the Expression.