How can I find out information that does not contain conditional values?

How can I find out information that does not contain conditional values?
For example: Want to find out who have not bought A products this year? What should I do?

如何找出不包含條件值的資料?
例如:想找出今年內沒有買過A產品的會員,我應該如何做?

目前好像沒有此功能,希望可以加入。

Hi,

You may apply regular expression to filter out entries which not contain conditional values.
For example, if you want to filter out entries without “Chocolate”, you may apply regular expression in leftside bar as below:
regex:[^Chocolate]

如果要搜尋不包含條件值的資料,您可以在左側搜尋列使用正規表示法來達成唷!
舉例來說,如果您希望搜尋不包含巧克力的資料,可以如下表示:
regex:[^巧克力]

3 Likes