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?
Solved! Go to Solution.
@Sattysats Are you able to post your analytic app? It is hard to diagnose the issue without seeing the problem.
Bacon
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.
@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
Try using just
If [#1] THEN 'False' ELSE 'True' ENDIF
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.
Happy to!