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.

Stop datastream if condition not met

Drole
7 - Meteor

Hi there, 

I have a case I have yet not found a solution for.  The case is that I have  prognosis, and historical data, which comes from two different streams in the workflow and then joined.  However, if a certain company xxx does not have any historical data, then i dont want any data flowing further in the left stream of the join. 

 

That is, there is a condition before the join which is that  [Total_sum] !=0.  If company xxx has [Total_sum] = 0, it means that it will go to te left in the join, and I want to stop all data flowing through the left as it goes further to a union.

 

Is there any good way of achieving this ?

Kind regards
Ole 

2 REPLIES 2
messi007
15 - Aurora
15 - Aurora

@Drole,

 

Please try with message tool with the configuration below.

 

messi007_0-1636534138763.png

 

Best regards,

Drole
7 - Meteor

I will try this solution and see if it works for my purpose.  Thanks 🙂  

 

/

Labels
Top Solution Authors