Order cancelled quantity¶
The total number of items in the original transaction that were cancelled.
You can access cancelled order quantity directly from the Segment Editor. To add this attribute to your segment, click Add criteria, select the Unified Transactions table, select the Order Cancelled Quantity attribute, and then apply a condition.

Available conditions¶
The following table lists the conditions that are available to this attribute.
Note
This attribute has an Integer data type. All Integer data types share the same set of conditions. Recommended conditions for this attribute are identified with “ Recommended” and conditions with more limited use cases are identified with “ Not recommended”.
Condition |
Description |
---|---|
is |
is returns customer records with values that match the quantity of cancelled orders. |
is between |
is between returns customer records with values that are between each of the specified quantities of cancelled orders. |
is greater than |
is greater than returns customer records with values that are greater than the quantity of cancelled orders, not including the specified quantity of cancelled orders. |
is greater than or equal to |
is greater than or equal to returns customer records with values that are greater than or equal to the quantity of cancelled orders, including the specified quantity of cancelled orders. |
is in list |
is in list returns customer records with values that match the specified quantity of cancelled orders. |
is less than |
Recommended is less than returns customer records with values that are less than the quantity of cancelled orders, not including the specified quantity of cancelled orders. |
is less than or equal to |
Recommended is less than or equal to returns customer records with values that are less than or equal to the number of quantity of cancelled orders, including the specified quantity of cancelled orders. |
is not |
Not recommended is not returns customer records with values that do not match the quantity of cancelled orders. |
is not between |
Not recommended is not between returns customer records with values that are not between each of the specified quantity of cancelled orders. |
is not in list |
Not recommended is not in list returns customer records with values that do not match the specified quantity of cancelled orders. |
is not NULL |
is not NULL returns customer records that have a value. |
is NULL |
is NULL returns customer records that do not have a value. |