Create report with two Table inputs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello,
I have started getting my hands dirty in alteryx and I am stuck with report creation.
I have two tables, a summarised table and one filtered table. I want to have the summarised table above the filtered table. The filtering criteria is user defined
I have created a macro, but not able to understand how to go about creating the report as the report tools take only one input.
Please help. I am attaching the macro and the csv file.
Solved! Go to Solution.
- Labels:
- Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
How about something like the attached?
- Each Table is created separately
- Join the tables together by record position
- Layout tool to arrange the tables
- Render to create a Temp PDF
Be sure to check out the Sample Workflows in the Help menu, lots of well explained examples there, and if you update to v11.3 you get a nicer Layout tool (no longer need the join tool to bring objects together)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you for the solution. It worked :)
