Summary Report
- 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 Everyone! I'm trying out the reporting functionality in Alteryx and I wanted to see if anyone knows a better way to go about what I'm doing. I'm creating a summary report that highlights the change in record count throughout my process, so users can easily see how we got from point A to point B. I'm currently using the Sum tool throughout the workflow to get the record count at a certain point and then appending them all together and spitting them out on a report.
I have 2 questions:
1) Is there an easy way to join data together that have no columns in common while maintaining everything on one row? All of my data points that I'm joining will only have 1 value and 1 column. My current workflow looks like this and I hate having to use so many append tools because I want to join even more data points together and its going to get messy quickly:
I tried using a multi join tool, but since there are no columns in common each individual data set ends up on its own row like so:
2) Are there any templates out there for summarized reports? I'm terrible at formatting and making things look "pretty". My current report is just using some text with basic variable inputs. I'm planning on adding a company logo and maybe changing fonts, but wanted to see if anyone knew of any cool templates out there that I can take a look at:
 
 
 
 
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@matula23 - 1) Put a record ID tool after all the Summarize tools and you can join on that using join multiple as all will be 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
That is a great solution! Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
2) Not sure about a template, but the Report Text tool makes sense for what you're doing as your results will dynamically update.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@matula23 - no problem! If it's helpful, please mark as solution!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Bren_Spill
In your Join Multiple tool, Join by Record Position. This will put all your columns in one row.
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Ahhhhh even better! Thank you!
