- Posts: 431
- Thank you received: 22
Mass action filter set
3 years 10 months ago #346261
by mojweb
Mass action filter set was created by mojweb
Please Log in or Create an account to join the conversation.
3 years 10 months ago - 3 years 10 months ago #346264
by Philip
Replied by Philip on topic Mass action filter set
Last edit: 3 years 10 months ago by Philip.
Please Log in or Create an account to join the conversation.
3 years 10 months ago #346301
by mojweb
Replied by mojweb on topic Mass action filter set
Order created is set as {time}-1604800. So all orders created 19days ago.
That filter works ok.
The problem is with order status. I only can get one of them in export.
So in result should be some preorder and some confirmed.
That filter works ok.
The problem is with order status. I only can get one of them in export.
So in result should be some preorder and some confirmed.
Please Log in or Create an account to join the conversation.
3 years 10 months ago - 3 years 10 months ago #346304
by nicolas
Replied by nicolas on topic Mass action filter set
Hi,
Whatn you want want is the orders with the status confirmed OR preorder. The order status for one order can only be one, not two at the same time.
So you can't have two filters on the order status as they would use the AND logic, which you don't want here.
The solution is to use a filter "order column" with the operator "REGEXP" and the value
That way, it will do the OR inside the regex
Whatn you want want is the orders with the status confirmed OR preorder. The order status for one order can only be one, not two at the same time.
So you can't have two filters on the order status as they would use the AND logic, which you don't want here.
The solution is to use a filter "order column" with the operator "REGEXP" and the value
Code:
(confirmed|preorder)
Last edit: 3 years 10 months ago by nicolas.
The following user(s) said Thank You: mojweb
Please Log in or Create an account to join the conversation.
3 years 10 months ago #346307
by mojweb
Replied by mojweb on topic Mass action filter set
Thank you. That worked.
Please Log in or Create an account to join the conversation.
Time to create page: 0.232 seconds