Hi all
I am outputting a dataset to excel organised by teams within our organisation. This data then forms the basis of the team dashboards. The data is lists of exceptions that we need people to and deal with and clear.
I have experienced an issue where the data from yesterday has been cleared. I would therefor expect that the output would overwrite yesterday's data to show no outstanding data for that team. It seems that when there was brought forward data which then there is none, the output doesn't clear the brought forward data.
Has anyone else experienced this?
I have copied the settings from my output. Is there an obvious setting that I haven't configured correctly?
Thanks
Jonathan
Solved! Go to Solution.
Hi @Sidey1978,
This may be an issue with the version of either Excel and/or Alteryx. I have no issues with 2018.2, and the latest version of Office 365.
To resolve this issue you try amending your output file format to "Microsoft Excel Legacy (*.xlsx)", then overwriting the file.
Let me know if this helps.
M.
Hi @mceleavey
That seems like it should work, but when I've tried using the legacy version I haven't found much success.
I'll use a manual workaround for no and advise if I find what I'm doing wrong!
Cheers
Thanks @Paul-Evans
That will do the trick!
I managed to work around by setting up a template output file with all of the possible outputs predefined as tabs in the file. Not as elegant as your solution but got me to where I needed to go. Think I will take your approach though going forward!
Cheers
Hello @mcleavey
I'm working on .xls file, when I try to overwrite sheet its not working. I believe it was something with the Excel format and its working file for .xlsx. But I need to export the data into .xls as we need to format the data sheet.
Do you know whether we have any other option where we can overwrite the existing file in .xls ?
Thanks in advance.
Hi,
I'm having an excel "input file" which has 2 days data. I'm taking the latest data from this file and appending it with the current day's data then overwrite the sheet in the first mentioned "input file" .
I'm using dynamic input tool for bringing the input & using formula tool to determine the output path.
For some reason when I run the workflow its only creating a new excel file with only one sheet and not over writing the existing sheet in the "input file". can someone help?
This is my output tool configuration:
Have used "block until done" at the end as well and my excel file is .xlsx
I tried to overwrite .xls file but the output I am getting is it deleting the existing data and overwrite starts at the very next row of deleted rows. Eg - my file already has 10 rows, and when output data tool tries to overwrite .xls file, it is deleting 10 rows and start writing from 11th row.
Do we have a solution for this?
Thanks in Advance