Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Output data not updating with latest data

Chirag_Gandhi07
8 - Asteroid

Hi everyone,

 

I have created a workflow, and have connected four output data tools (linked to the same excel output file) to four streams. So in my excel output data file, there are five sheets, Sheet 1 (with no data) and the four sheets with the output data. However, the output file is not updated with the latest data when I run the workflow. I get a warning saying the sheet already exists. How do I get it to output the most up to date data in my workflow. Any help would be much appreciated!

6 REPLIES 6
JoeS
Alteryx
Alteryx

Hi @Chirag_Gandhi07

 

There is an option within the configuration of the output tool to set this behaviour.

 

By default when you chose an Excel file it is set to Create New Sheet, which means if it already exists you get the error you are seeing, it a bit of a safety feature to make sure you don't accidentally overwrite something you don't want to.

 

You can however change this setting, its option number 3 in the configuration window:

OverwriteSheet.png

 

Overwrite Sheet (Drop) is the option you want in order to replace that one worksheet each time.

Chirag_Gandhi07
8 - Asteroid

Thank you! It is working for two of the streams, but the other two give me a warning saying that the process cannot access the file because it is being used by another process. Should I consider connecting those two streams to a different excel output file?

JoeS
Alteryx
Alteryx

You could look to do that, or use the block until done tool to co-ordinate the streams.

 

There is some useful advice in this post too:

https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Re-Output-to-multiple-sheets-within-an...

Chirag_Gandhi07
8 - Asteroid

Thank you for the help! It works perfect with the block until done tool

JoeS
Alteryx
Alteryx

You're welcome! I am glad it's all working for you now.

Rajeev18
8 - Asteroid

@JoeS 

I have three input file data  and i want all the data in one sheet with the latest date data  only (Means Today's date minus one i.e. yesterday's data)  based on some condition. Could you please help on this.

I am attaching the files for your better understanding. 

Condition are as follows. 


Product which are in "Rejected", "May get rejected" or "In issue" status from all the three status ( 1st level Approval status, 2nd level Approval status &  3rd level Approval status) and from all the three files and which are of latest date data ( i.e. Today's date minus one i.e. yesterday's data) that should only come into output  file (i.e. Output data should only contains data from yesterday's date from all the three files).

 

Input file1:

Product IDProduct Name1st level Approval statusDate2nd level Approval statusDate3rd level Approval statusDate
345MIn Transmit12/13/19Submitted12/13/19Not Submitted12/27/19
389NIn Transmit10/19/19Submitted10/19/19Rejected01/17/20
145ZAccepted12/13/19In Issue12/13/19Accepted01/12/20
278AAccepted11/25/19Accepted11/25/19Accepted01/08/20
309BRejected12/13/19Rejected12/13/19Not Submitted12/27/19
207CRejected10/29/19May get Rejected10/29/19Rejected01/15/20
376WSubmitted12/11/19In Transmit12/11/19Rejected12/28/19
523XAccepted12/11/19Accepted12/11/19Submitted12/23/19
412YRejected12/01/19Submitted12/01/19Accepted01/01/20
809ZMay get Rejected12/11/19Accepted12/11/19May get rejected12/12/19
487QIn Issue10/27/19Submitted10/27/19Accepted01/09/20
356sAccepted12/13/19In Transmit12/13/19Submitted01/13/20

 

Input file 3:- 

Product IDProduct Name1st level Approval statusDate2nd level Approval statusDate3rd level Approval statusDate
131MSubmitted12/13/20Submitted12/13/19Not Submitted12/27/19
234NSubmitted10/19/19Submitted10/19/19Rejected01/17/20
456ZAccepted12/13/19Not sent12/13/19Accepted01/12/20
789AAccepted11/25/19Accepted11/25/19Accepted01/08/20
890BAccepted01/17/20Rejected12/13/19Not Submitted12/27/19
567CWIP10/29/19In Transmit10/29/19Rejected01/15/20
435WSubmitted12/11/19In Transmit12/11/19Rejected12/28/19
876XAccepted12/11/19Accepted12/11/19Submitted12/23/19
213YAccepted01/12/20Submitted12/01/19Accepted01/01/20
345ZAccepted12/11/19Accepted12/11/19May get rejected12/12/19
907QAccepted10/27/19Submitted10/27/19Accepted01/09/20
687sAccepted12/13/19In Transmit12/13/19Submitted01/13/20

 

Input file 2:- 

Product IDProduct Name1st level Approval statusDate2nd level Approval statusDate3rd level Approval statusDate
12345qIn Transmit01/10/20Submitted12/13/19Rejected01/17/20
23456rIn Transmit01/16/20Submitted10/19/19Rejected01/17/20
98766tAccepted12/13/19In Issue12/13/19Accepted01/12/20
45678eAccepted11/25/19Accepted11/25/19Accepted01/08/20
32156fAccepted12/13/19Rejected01/17/20Rejected12/27/19
23457gAccepted10/29/19May get Rejected01/16/20Rejected01/16/20
45678eSubmitted12/11/19In Transmit12/11/19Rejected01/16/20
12980dAccepted12/11/19Accepted12/11/19Submitted12/23/19
45987kAccepted12/01/19Submitted12/01/19Accepted01/01/20
345678lAccepted12/11/19Accepted12/11/19May get rejected12/12/19
234568uIn Transmit10/27/19Submitted10/27/19Accepted01/09/20
98765pAccepted12/13/19In Transmit12/13/19Submitted01/13/20



Hope I am able to make you understand.

Regards,
Rajeev

 

Labels