Hello, I am working with segmentation, and have a custom field that displays the amount of a subscriber's donation, given in numerals (i.e. 10, 7, 2.5, etc.). Based on this, is there any way to segment based on amounts "greater than" 0, or "less than" a specific amount? The options given so far are "is", "is not", "starts with", "contains", and "is blank". Putting "is not 0" includes blanks as well as actual donors. Is there a programming trick to get around this? Thank you very much.
... View more