Hello, I'm trying to create a saved search to see ...
# administration
t
Hello, I'm trying to create a saved search to see Sales orders created by days weeks & months. The formula i used for weeks is TO_CHAR({trandate}, 'week') & summary type group but get an invalid error. Any suggestions?
r
There's a Week of Year built-in function that you can set on any date field. Do you need different weeks?
t
Hey Thanks for the help, much appreciated
this works
i was under the impression i couldn't use the date field to group multiple times on the results.
Hey RJ i have a question regarding a customer saved search any chance you can assist?
I need to create a daily report of how many customers i updated yesterday the sales tax status
r
Customer search. Criteria: • System Notes : Type = Change • System Notes : Context = UI (assuming you did this in the UI; if not might need to choose CSV if that's the way you did it) • System Notes : Field = Sales Tax Status • System Notes : Date = yesterday • System Notes: Set by = you (optional) Add all the fields from the System Notes join to the Results tab.
t
Really appreciate the help!