Hi, Any advise on the below? I'm trying to create ...
# suiteanalytics
a
Hi, Any advise on the below? I'm trying to create a saved search that only pulls transactions based on dates created specific to the customer? Instead my search is pulling all transactions created after the 1st date for all of the customers...
s
Change it to
on
instead of
on or after
Or did you want that range, maybe I read the question wrong
a
Yes, I want a range. Just that it should be specific to the customer. So for the first customer, it should pull transactions on Jan 11 and on, for the 2nd from Jan 25 and on. Etc.
s
I believe it is a parenthesis problem
your first
))
should be
)
and your second
((
should be
(
a
Yup, that did it, thank you so much!!