Hi,
I am wondering if anyone else has encountered a problem with segmenting by last order date?
I don’t want to send some marketing emails to customers who have ordered in the last 30 days for example. But when I use the following filter:
last_order_date <= 30_days_ago
It removes 713 customers from the segment.
However, I only have 19 orders in the last 30 days.
Even if I replace <= 30_days_ago with the specific date 30 days ago the result is the same.
Anyone any ideas?