Hi,
I am looking to automate a manual process. The process as it stands is such that, various people provide their respective inputs against two or three columns in an excel sheet. After that people manually perform copy and paste the inputs and generate an pdf/ppt presentation.
I am thinking of doing away with this manual work and come up with a way to automate that process, where the various inputs can go and sit in a layout. If there are 100 records that we are copying and pasting, is there any way we can automate that process in Alteryx. I am aware of the Reporting tools, just have not implemented it in my works. Looking out for suggestions.
Thanks
Solved! Go to Solution.
Alteryx should be able to automate this.
Sounds like it's just a case of filtering the data that you need, then yes reporting tool is one option.
This case study is worth looking at:
https://community.alteryx.com/t5/Alteryx-Use-Cases/End-to-End-PowerPoint-Automation/ta-p/182842
Hi NikBarter,
Supposing my input is something like this.
business | business metrics | Sale value |
Shop | Food | 500 |
Factory | Steel | 100 |
Industry | Cloth | 200 |
IT company | XYZ | 300 |
I want alteryx to read it and give me a powerpoint slide which will be broken down by "business" and each slide will consist of data of two businesses.Like the first slide will have data of "Shop" and "Factory", like,
SHOP FACTORY
business metrics : Food business metrics: Steel
Sell value: 500 Sell value: 100
Similarly second slide will have data for "Industry" and "IT company".
Can you or anyone please help by sharing the workflow.
PleaseNote: This is just a mockup of the data that i have prepared. there are 7 to 8 columns in actual and the field sizes are big.
Thanks
Zaid
Can anyone please have a look and provide a solution.
Thanks
Zaid
Hello @Zaid,
You can do this using the Report Text tool to provide the output of data in the format you want for each record, then use the Layout tool, grouping on the Slide calculation, to put 2 records side-by-side on a powerpoint. The Slide calculation just uses simple premice, of divide RecordID by 2 and round.
You can play with more layout options to position the information exactly how you want but this should get you started.
Sam :)
How we save the Output file or how we see the Data.
ty