How to make 7 tabs in single Alteryx output
- 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
Hi Team,
I have seven output tabs from a flow and I want all 7 tabs to be included in one single output file. I can't use "Block until done" as we have more than 3 tabs. Can anyone please help me. Attaching screenshot for reference
- Labels:
- Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Create a path field with a formula tool for which data needs to go to which sheet, then replace the entire path. Also you could use multiple block until done tools but Id go with the 1st option.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks for response, I am new to aleryx can you please me with an example
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@SahadhKuruniyan
https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Output-to-Multiple-Excel-Files...
Check out this board and see if this solves your problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I am assuming by output tabs you are referring to the output tools in your screen shot. And I am inferring that when you say one single output you are indicating that a single file should be updated.
Without further context on your specific dataset/ structure, I would advise the following.
- Read in the 7 input files via a dynamic input tool and create (formula tool) a field identifying the sheet name. Output to a single file (output tool) and take table name from sheet name.
- Union all the Text input nodes you have in your screen shot with a Union Tool. Use a formula tool to tag the sheet name. Perform the same output operation as above.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks for your reply. I am pretty new to Alteryx. I am getting error message in formula tool.
My file path is : C:\Users\Sahadh.Kuruniyan\Downloads\Output
File name : Consolidated view
Tab name 1 : Layer 1
Tab name 2 : Layer 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@MilindG , can you please help again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@SahadhKuruniyan See if the attach workflow works for you. Just make sure your filepath is correct
