Hi,
Here's my situation:
- I have an Excel file that has two tabs - a 'Data' tab and a 'Pivot' tab
- The 'Pivot' tab linked to the 'Data' tab and is set to auto-refresh upon open
- I use Alteryx to update the 'Data' tab and re-save the file to a network directory
- I use the Email tool to email the Excel file as an attachment to a set of users
This process works very well, but I am now exceeding the 10MB limit of the Email tool, which means that while the Excel file is updated, Alteryx won't email the file as an attachment.
I noticed that if I delete the 'Data' tab (after the 'Pivot' tab has been updated), I substantially reduce the size of the Excel file (since Excel places the data into a pivot cache, which appears to be a very compressed version of the original data). Is there any way for Alteryx to do the following:
- Update the 'Data' tab as it already does
- Refresh the 'Pivot' tab
- Delete the 'Data' tab and then re-save the file
Is this something that can be accomplished via the Run Command tool? I hope there's a way to accomplish this. :-)
Thanks,
-Mike