hmmm small problem, that query does not exist in the database. I have the following queries.

1) All customers
2) All Newsletter Subscribers
3) Dormant Customers (>3month Subscribers)
4) Active Customers in past 3 months (Subscribers)
5) Active Customers in past 3 months (Regardless of S...)
6) Administrator
I also did a look up for it and got this
MySQL returned an empty result set (i.e. zero rows). (Query took 0.0006 sec)
SQL query:
SELECT *
FROM `zen_query_builder`
WHERE `query_name` LIKE CONVERT( _utf8 'Customers who have never completed a purchase'
USING latin1 )
COLLATE latin1_swedish_ci
LIMIT 0 , 30
Any other ideas?