Alteryx Designer Desktop Discussions

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

Write in new table the output result

Anastasio_Theohari
8 - Asteroid

Hello guys,

 

I would like to ask how can i take the result status of the output data which i have already write in a table in sql server.

 

For example lets say we have the below scenario :

 

Anastasio_Theohari_0-1588701703659.png

 

We write some data in DB.INFO table and after this i would like to write a line in new table for example DB.STATISTICS with these values:

 

Day                                                ReferTable           Status                                        Lines  

 

20200505(CurrentDate)                 DB.INFO              SUCCESS(IN WRITE)                5

 

How can i implemet this?

 

Thanks

 

1 REPLY 1
fmvizcaino
17 - Castor
17 - Castor

Hi @Anastasio_Theohari ,

 

Here is a suggestion.

You can use the block until done tool to serialize this process. 1st you write all your data to your table and then, if succeeded, write data to DB.Statistics table.

 

Example attached as well.

fmvizcaino_0-1588703092248.png

 

Best,

Fernando Vizcaino

 

 

Labels