I have a table report that I need to export to excel every month or so. It only has a couple thousand rows, but is 45+ columns wide and has lookuprow expressions which make it very heavy. I find that I have to grab an attribute that has several values and filter one at a time doing an export for each (and even then it takes a very very long time), then manually append them in Excel. Otherwise I get a timeout if I try to load the whole dataset. I do this all directly in viz by the way. Anyone have a better strategy for this situation?