Dear Nicolai,
I would like to report the issue that we are getting when creating smart search by using the filter in the attached image however it return the SQL error.
Could you please suggest on this?
We are using DW version 9.14.5 however this issue happening on older version as well.
Error Message
Incorrect syntax near the keyword 'group'.: SELECT * FROM AccessUser WHERE AccessUserID IN (SELECT AccessUser.AccessUserID FROM AccessUser left outer join (select count(EcomOrders.OrderID) as last_month_orders_quantity, EcomOrders.OrderCustomerAccessUserID from EcomOrders where EcomOrders.OrderComplete = 1 and EcomOrders.OrderCompletedDate > '2022-11-08 19:21:36') group by EcomOrders.OrderCustomerAccessUserID) as _pseudo_ecommerce_last_month_orders_quantityEcomOrders on _pseudo_ecommerce_last_month_orders_quantityEcomOrders.OrderCustomerAccessUserID = AccessUser.AccessUserID WHERE AccessUserType IN (1,3,4,5,15) AND ((_pseudo_ecommerce_last_month_orders_quantityEcomOrders.last_month_orders_quantity = 1))) ORDER BY AccessUserId Desc
Thanks,
Yoon