I’m trying to export (csv/excel) a transaction sea...
# general
m
I’m trying to export (csv/excel) a transaction search that has 273,190 lines/rows, however it times out. Anyone know why?
r
Hey Mario have you tried fewer columns? Do you truly need all of them? I've been able to download that number of rows, but where the system seems to choke is with a high number of rows AND columns. If you truly need all the columns, maybe try only showing 8-10 columns at a time, download it, add in more columns, download it, etc. Might need to vlookup it to stitch things together.
m
Thanks for the suggestion
w
@Mario Take a look at this Suite Answer "Persisting Search Results Answer Id: 39135" Your search runs in the background. I've had to do it for large datasets.
m
Thanks.