Trying to run a search for sales orders in the las...
# general
r
Trying to run a search for sales orders in the last 90 days where the tracking numbers field is not null. Only results I need is the order ID and the tracking numbers. Problem is we get about 10k orders a day - so the search times out. If I schedule it it's truncated at 10k orders (about 1 days worth). Suggestions for the best way to export this data (just a one time need)?
Update, removing the criteria on the tracking numbers field and just exporting everything did the trick - will filter down to what I need in excel.