ie: if you order #'s are all like this:
1001, 1002, 1003, 1004, 1009, 1010, 1022, 1033, 1056, etc
and you want only 1002, 1003, 1004, 1005, and 1006 --you can use something like this:
If {Order_ID} in [1002 to 1006] then "1" else {Order_ID}
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.