Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

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

Disable Container if there is no record in the stream

owenkosnen
8 - Asteroid

Hi Alteryxians,

 

Just wondering if anyone has idea on how to disable container if there is no data in the stream/flow?

Some people suggested to utilize Count Record Tool to create a record of 0, and then use Action task based tools to dynamically disable container if value is 0.

From what I understand, it seems that interface tools are needed to achieve this.

As I am not familiar with interface tools, is anyone willing to build a mock up or sample flow in this post?

 

Thank you very much!

 

3 REPLIES 3
ArtApa
Alteryx
Alteryx

Hi @owenkosnen - You can implement conditional routing in a couple of ways in Alteryx. If you're keen to use containers, please review the following interactive lesson: https://community.alteryx.com/t5/Interactive-Lessons/Implementing-Conditional-Routing/ta-p/243117

 

Also, you may want to explore the Detour Tool, which can be a good alternative to Disabling Containers: https://www.thedataschool.co.uk/gregg-rimmer/using-detour-tool-alteryx/ 

JingZuo
5 - Atom

Hi I'm facing the same issue. the conditional routing lesson is based on Radio button which requires user to choose. what I need is to dynamically enable/disable based on count of record. If record count is zero, then disable container A. If record count isn't zero, then disable container B. Any suggestions will be appreciated. 

apathetichell
18 - Pollux

you can feed in count via batch macro and have the optionality set in the formula config of action tool to enable/disable container.

Labels