My organisation is interested in using Alteryx to help create and distribute some confidential performance reports which will then be emailed to the correct recipient. Note that the data in each report is performance data about the recipient: each employee will be emailed a report on his or her performance.
The reports will be based on a consistent formatted Excel 'front end': one tab will have graphs and summaries, and the data sitting behind this will be on a separate data tab. My experience of Alteryx so far suggests it should be easy to overwrite the data tab whilst preserving the formatted front end. Naturally the graphs and summaries will update based on the new data. Furthermore, the data tab will be 'hidden' in Excel, although it's fine if the user figures out how to unhide this.
My question is really how best to set this up. Is it possible to start with just a single formatted report, and have alteryx overwrite the data in each iteration (x1000s), save as a new file with filename = recipient's name (I will be sure to unique these)? Or does each report need to be created beforehand? If Alteryx can save the report with a new file name, will it preserve both tabs in the XSLX?
The next task will be to email each report to its intended recipient. This should be fairly easy in Alteryx - the email address will be driven by the filename, or from a standalone table. In effect, our system will email one report to each of the 1000s of recipients. I hope my description makes sense!
Is this fairly routine? How best should I set up the Excel report so that it can be duplicated? Thanks!