I see ways to render a pdf from report views. However Alteryx reporting isnt quite as robust as I'd want.
Today, I'm using Alteryx to populate some data tables into an excel file where that excel is then rendering a few different views of that data on one tab that is on sharepoint. I can get that far.
I'm beginning to think the answer might live outside of Alteryx, but what are some approaches on exporting that excel to a pdf and it being picked up emailed every day.
Solved! Go to Solution.
So... you want to export to excel, use Excel to format the data into an Excel report tab. Then create a pdf off that and have Alteryx email it?
You could co-ordinate it through Alteryx, but there may be other ways outside of Alteryx as not much of this is happening in Alteryx. This is not a natural function of Alteryx, and so you'll be using R/Python/Run Command.
I highly recommend looking further into the reporting tools. They are actually quite powerful, it just takes a bit to learn them. And they are modular.
Thanks. I somewhat expected (that without reporting tool) the solution might live outside of Alteryx in terms of the file handling. I'll explore reporting further. Thanks for the feedback.