Excel Date format
- 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
When I open the Alteryx generated output file on excel from one of my workflows, I get dates as a string. is there anyway I can have the output file in a format where excel can recognize the date as a date?
I did come across a few posts where they mentioned I can delimit and use the date function, but it would be great if I can have the end user get the date directly, rather than doing additional work on a daily basis
Thanks in advance
V
Solved! Go to Solution.
- Labels:
- Designer Cloud
- Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi there. One option would be to define a range if possible. In the Output Tool, it will prompt you to specify a sheet and give you the option to specify a range if you're write to Excel. Knowledge of the number of columns (say A:C if you have 3) is required. Then in the configuration, option 6 allows you to "Preserve Formatting on Overwrite (Range Required)." Checking that box means you can write the file, format the field as a Date in Excel, and when new data is written, it should remain as a date.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Yes, you can ensure the dates are recognized correctly in Excel by formatting them properly in Alteryx before exporting.
DateTime Tool: Use the DateTime Tool to convert your date strings to a date format within Alteryx.
Date Format: In the DateTime Tool, specify the format you want (e.g., YYYY-MM-DD).
Output File Format: When you export the data, choose a file format that maintains date formats well, like .xlsx.
This should ensure that when you open the file in Excel, the dates are recognized as dates, saving your end users from additional work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you, This worked for me!
