We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Analytic app not working as per requirement

Sattysats
7 - Meteor

I have 2 different analytic app and reversed the logic for both as stated below. 

 

If [#1]='True' THEN 'False' ELSE 'True' ENDIF

 

If I select the 1st one and run, only the selected runs no issue. But when I select only the 2nd, both 1st and 2nd are running. Ideally only 2nd should run.

 

Can someone help on this?

7 REPLIES 7
abacon
12 - Quasar

@Sattysats Are you able to post your analytic app? It is hard to diagnose the issue without seeing the problem.

 

Bacon

Sattysats
7 - Meteor

SS.png

 

2 separate containers and each are connected to a separate radio button. One is ABC and other is DEF.

If I run ABC it runs on ABC. If I run DEF, it runs both ABC & DEF. I want only DEF to run.

 

Apologies, I can't upload the workflow here.

abacon
12 - Quasar

@Sattysats If you can't post the workflow, you will need to post screenshots of the workflow itself, not the app interface.

 

My guess is something in your action tools that are connected to the radio buttons and containers are causing the issue but again, I can't diagnose without seeing it.

 

Bacon

Gaurav_Dhama_
12 - Quasar

Try using just 

If [#1] THEN 'False' ELSE 'True' ENDIF

caltang
17 - Castor
17 - Castor

Just do it with this logic in mind:

 

image.png

Calvin Tang
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
Sattysats
7 - Meteor

Thanks Calvin. This was helpful. Actually, I reworked with the Analytical Tool in a separate workflow again helped me to rectify this. Appreciate your time on helping this out.

caltang
17 - Castor
17 - Castor

Happy to!

Calvin Tang
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
Labels
Top Solution Authors