Is canceled?¶
A flag that indicates if the item was canceled.
Use in segments¶
You can add is cancellation attribute to a segment from the Segment Editor. Click Add condition, and then choose Attributes.
Enter “cancel” into the search feature to filter the list of available attributes. Choose is cancellation 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 a Boolean data type. All Boolean 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 false |
More useful Returns a list of customers who did not cancel an order. Tip Add Is Cancellation to your segment, and then set the condition to is false to ensure that your segment does not contain any canceled items. |
is not NULL |
Returns a list of customers who canceled an order or who did not cancel an order. |
is NULL |
Returns customer records that do not have information about canceled orders. |
is true |
More useful Returns a list of customers who canceled an order. |