Picking up Input Files and Creating Output Files based on User Entered Data
- 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 I would like Alteryx to ask the user for the month of the report they want to run in the format YYYY-MM. If they enter 2018-08, I want to pick up "Input 2018-08.xlsx" and then produce an output called "Output 2018-08.xlsx" Is anyone able to assist in suggesting how I can go about doing this? Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@nsarayar I'm providing a couple different solutions. The solution on the left uses the textbox like you mentioned and then uses reference shortcuts to pass the data to the input and output. For an alternative, I've also put together the solution on the right which uses a date input tool so that there is less chance for the user entering data incorrectly. I use an action tool to pass the data to the input and output tools. I hope that points you in the right direction!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
This will do what you describe. It's quite limited as it will only look for files in the current directory, i.e. where the app is saved. Perhaps you should add a folder browse too that will allow you to pick the folder where the files are. Also, for Excel files, you need to specify the Sheet name for both the input and output. Currently it is just set to Sheet1
