Generate multiple output from 2 fields?
- 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 everyone,
Could you please help on how to generate many output files from 2 fields? Or if there was another way to do it during workflow please?
Much appreciated!!!
Information: I have the file as attached, and I need to have 15 different output files that has unique product - region.
-> The output option only allow to generate many output from 1 field, how do I do it with 2 fields (product and region)?
I need the answer like product "spot" with region "Americas" only, and so on.
Solved! Go to Solution.
- Labels:
- Help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Use the "Formula" tool
- Create a new field combining product and region.
- For example, create a new field called Output_filename with the value: product + "_" + region (e.g., Spot_Americas).
Use the "Output Data" tool with the "Take File/Table Name From Field" option
- Set Output_filename as the file name field.
This will generate separate output files like Spot_Americas.xlsx, Spot_EMEA.xlsx, etc., based on the unique product-region combinations.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You can refer here: https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Output-data-into-multiple-file...
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you for your help. I appreciate it. It solves the problem.
Just a quick ask, beside this, may there be another way to have the same output by using Union and Join?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I have read this first, I saw that one before writing my post, but I dont get it hahah. Thank you for forwarding it.
