Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

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

Dynamic Select: Exclude column if sum = 0

bertal34
8 - Asteroid

I want to exclude a particular column (call it Col_C) if it's sum = 0 (zero).  Allow all other columns to continue through the workflow.  I believe this is possible using Dynamic Select but cannot figure it out.

3 REPLIES 3
JosephSerpis
17 - Castor
17 - Castor

Hi @bertal34 think you would need to use a summarise tool to see if a column = 0. I've mocked up a workflow that filter out if a column = 0. Let me know what you think?

GiuseppeC
Alteryx
Alteryx

Hi @bertal34,

 

a different approach, using the macro shared on this post: https://community.alteryx.com/t5/Alteryx-Designer-Ideas/Add-List-Based-Mode-to-Dynamic-Select/idi-p/...

 

Workflow attached.

 

clipboard_image_0.png

 

Hope it helps!

Giuseppe

bertal34
8 - Asteroid

Thank you both for your solutions.  Always more than one way to skin a cat especially with Alteryx!

Labels