name
|
email1
|
email2
|
|
---|---|---|---|
Alice
|
alice@alice.net
|
alice@alice.com
|
SET 1
|
Alice
|
(null)
|
Alice
|
|
Bob
|
bob@bob.com
|
SET 2
|
|
Bob
|
robert@robert.com
|
name
|
email1
|
email2
|
|
---|---|---|---|
Alice
|
alice@alice.net
|
alice@alice.com
|
SET 1
|
Alice
|
(null)
|
alice@alice.net
|
SET 2
|
Bob
|
bob@bob.com
|
SET 3
|
|
Bob
|
robert@robert.com
|
SET 4
|
name
|
email1
|
email2
|
|
---|---|---|---|
Alice
|
alice@alice.net
|
alice@alice.com
|
SET 1
|
Alice
|
(null)
|
alice@alice.net
|
|
Bob
|
bob@bob.com
|
SET 2
|
|
Bob
|
robert@robert.com
|
SET 3
|
Name
|
Street
|
City
|
UPDATED
|
---|---|---|---|
Alice
|
101 Main Street
|
Albuquerque
|
June 26, 2015
|
Alice
|
205 North Avenue
|
Tucson
|
May 15, 2012
|
Alice
|
PO Box 12081
|
Tucson
|
January 8, 2012
|
Name
|
Street
|
CITY
|
Updated
|
---|---|---|---|
Alice
|
Alice
|
Albuquerque
|
June 26, 2015
|
Alice
|
205 North Avenue
|
Tucson
|
May 15, 2012
|
Alice
|
PO Box 12081
|
Tucson
|
January 8, 2012
|
Name
|
Street
|
CITY
|
UPDATED
|
---|---|---|---|
Alice
|
101 Main Street
|
Albuquerque
|
June 26, 2015
|
Alice
|
205 North Avenue
|
Tucson
|
May 15, 2012
|
Alice
|
PO Box 12081
|
Tucson
|
January 8, 2012
|
Name
|
Street
|
City
|
Updated
|
Email
|
---|---|---|---|---|
Alice
|
101 Main Street
|
Albuquerque
|
June 26, 2015
|
(null)
|
Alice
|
205 North Avenue
|
Tucson
|
May 15, 2012
|
alice@alice.net
|
Name
|
Street
|
City
|
Updated
|
Email
|
---|---|---|---|---|
Alice
|
101 Main Street
|
Albuquerque
|
June 26, 2015
|
alice@alice.net
|
name and ((phone1 or phone2) or (email1 or email2))Parentheses must be balanced within a rule, that is, every open parenthesis must have a corresponding close parenthesis.
Operator
|
Description
|
---|---|
Equal To
Note: For time and date fields,
this value becomes On.
|
Field value is
|
Not Equal To
Note: For time and date fields,
this value becomes Not On.
|
Field value is not
|
Greater Than
Note: For time and date fields,
this value becomes After.
|
Field value is greater
than
|
Less Than
Note: For time and date fields,
this value becomes Before.
|
Field value is less
than
|
Greater Than or Equal
To
Note: For time and date fields,
this value becomes Before or On or After.
|
Field value is greater
than or equal to
|
Less Than or Equal To
Note: For time and date fields,
this value becomes On or Before.
|
Field value is less
than or equal to
|
Null
|
Field value is null
or blank.
|
Not Null
|
Field value is not null
or blank.
|
Min
|
Field value represents
the minimal value of all the records in the cluster.
|
Max
|
Field value represents
the maximal value of all the records in the cluster.
|
Longest
|
Field value is the longest
value of all the records in the cluster.
Note:
|
Shortest
|
Field value is the shortest
value of all the records in the cluster.
Note:
|
Highest Occurrence
|
Field value occurs more
frequently than other values in the records in the cluster.
Note: This value might not be unique
as multiple records can have the same frequency, which would not lead
to a single surviving record. Generally, a rule with this operator
is followed by another rule to produce a single survivor. For more
information, see Step 5h.
|
Lowest Occurrence
|
Field value occurs less
frequently than other values in the records in the cluster.
Note: This value might not be unique
as multiple records can have the same frequency, which would not lead
to a single surviving record. Generally, a rule with this operator
is followed by another rule to produce a single survivor. For more
information, see Step 5h.
|