SOLVED
How do I create a sheet in excel when my results come up with no data?
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
helenjin1
8 - Asteroid
‎07-24-2019
03:10 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I'm running a workflow that creates multiple sheets in one excel. Some of the sheets sometimes will result in no data. I want to still create a sheet for that result. How do I do so?
Solved! Go to Solution.
Labels:
- Labels:
- Batch Macro
- Run Command
- Transformation
1 REPLY 1
Alteryx
‎07-24-2019
03:45 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You can union a text input (configure the union tool to have this in second position) at the end with the same headers but no values in the cells so that way it will still write the headers without any data. When there is data there will simply be a row of nulls at the bottom which won't be visible in Excel below your normal data, but when there isn't any data, it will still write the Excel sheet.
