Order canceled quantity¶
The total number of items in the original transaction that were canceled.
You can add the order cancelled quantity attribute to a segment from the Segment Editor. Click Add condition, and then choose Attributes.
Enter “order cancelled” into the search feature to filter the list of available attributes. Choose order cancelled quantity to add the attribute to a segment. Select an operator, and then finish defining the conditions for how this attribute should be applied to the segment.
Available operators¶
The following table lists the operators that are available to this attribute.
Note
This attribute has an Integer data type. All Integer data types share the same set of operators. Recommended operators for this attribute are identified with “ More useful” and operators with more limited use cases are identified with “ Less useful”.
Operator |
Description |
---|---|
is |
Returns customer records with values that match the quantity of canceled orders. |
is between |
Returns customer records with values that are between each of the specified quantities of canceled orders. |
is greater than |
Returns customer records with values that are greater than the quantity of canceled orders, not including the specified quantity of canceled orders. |
is greater than or equal to |
Returns customer records with values that are greater than or equal to the quantity of canceled orders, including the specified quantity of canceled orders. |
is in list |
Returns customer records with values that match the specified quantity of canceled orders. |
is less than |
More useful Returns customer records with values that are less than the quantity of canceled orders, not including the specified quantity of canceled orders. |
is less than or equal to |
More useful Returns customer records with values that are less than or equal to the number of quantity of canceled orders, including the specified quantity of canceled orders. |
is not |
Less useful Returns customer records with values that do not match the quantity of canceled orders. |
is not between |
Less useful Returns customer records with values that are not between each of the specified quantity of canceled orders. |
is not in list |
Less useful Returns customer records with values that do not match the specified quantity of canceled orders. |
is not NULL |
Returns customer records that have a value. |
is NULL |
Returns customer records that do not have a value. |