Using report table tool to highlight column then output it into excel
- 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
I have attached a sample workflow.
What this does is filters the data for Jacks because we do not want it to continue with the rest of the data it then adds a count field in the case of their not being a "Jacks" which there isn't in the workflow. Then adds in the fullpath to tell the Output Data tool where to create the Excel workbook with the data. What I would like to do is use the report table tool to highlight the column "Customer" because that is what we are filtering out. However, the problem I am running into is where to add in the report tool because currently it is messing up the Output Data tool.
Any help with this matter would be much appreciated.
Thanks so much
Solved! Go to Solution.
- Labels:
- Custom Tools
- Help
- Output
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Travis_Ratliff when you want to Output the results of reporting snippets, you need to use the Render tool. Much like the Output Data tool, we just have to choose an output location and filetype etc:
Then when we run the workflow we get the following:
Amended workflow attached. Please let us know if you need any further help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Travis_Ratliff you would need to use the Render tool rather than the Output Data tools when using the Reporting tools to produce a output. You can render a excel file though.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I have never used the render tool can I do the same things with it as the Output Tool? Such as can I rename each worksheet, add a dynamic date to the workbook name, and if I have multiple of them will they all write to the same workbook?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hey @Travis_Ratliff yes, you can do this but it takes a little more configuration to do so. For the filename part with the date changing dynamically, you just want to set up a field that will create this, that you can then append on at the end:
For the sheet names, you'll want to use grouping, which you need to do throughout - first within the Table tool, then you reference this in the Layout tool as the grouping of records and what each section should be called:
Finally, you'll Render from the output of your Layout tool, appending the dynamic date field, which will give this:
Amended workflow attached. Reporting tools can take a little while to get your head around but there's some great interactive lessons available right here on the community site that break down and explain them all: https://community.alteryx.com/t5/Interactive-Lessons/tkb-p/interactive-lessons/label-name/Reporting%...
