Remove field name in output not working
- 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, So I'm trying to use the output tool to add the input's file name back to an output excel file, by using the formula tool and unchecking the "Keep field in output" option on the tool. But the output field is still showing up. If it matters, the output is going to a UNC path connected to my company's network for our Alteryx Server. And I can see that the filename is changing in that folder, but just not removing the output field. Any help is appreciated. Thanks!
Solved! Go to Solution.
- Labels:
- Output
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
should your formula be "Output.xlsx|||Sheet1" ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Chris, if I remove [filename] in the formula, how would I be able to append the name to the beginning of the outputted file name? It also seems like the other options in the output tool changes the sheet name but not the file name. Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
For Excel, the option for Change File/Table Name will change the sheet name.
The other option for Change Entire File Path lets you create separate Excel files.
Can you post a sample workflow, with data? Do you want to create separate Excel files, or separate Sheets within one file?
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I'm trying to create a separate Excel file. I've attached a small example of what I was initially doing.
small update: I've gotten it to work to remove the filename as a field, but It also looks like my outputs are saved as generic "file" instead of ".xlsx"? Windows doesn't recognize the file type eve if I specify xlsx in the output tool
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Change your formula to:
[filename]+" Output.xlsx|||Sheet1"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
That must have been it because it ended up working. Thank you!!
