Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Input = Output match

Kinetic_analytics
11 - Bolide

Hello:

At the end of the workflow, I would like to show many records come in that many records go out.  Are there any tools to show this kind of correctness in workflow?

For instance, I  have 10000 records as inputs in my base file output should be 10000 records. How can I show reconcile sheets at the end of my workflow to prove the correctness of the Workflow?

 

Thanks

2 REPLIES 2
Luke_C
17 - Castor
17 - Castor

Hi @Kinetic_analytics 

 

I would do something like this:

 

  1. Use record count tools on each dataset
  2. Join together by record position
  3. Filter to make sure they are the same
  4. If they are not, use a message tool to throw an error or warning

 

Luke_C_0-1642540498048.png

 

Kinetic_analytics
11 - Bolide

Thank you.

Labels
Top Solution Authors