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.
SOLVED

Dynamic Select: Exclude column if sum = 0

bertal34
9 - Comet

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
9 - Comet

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

Labels
Top Solution Authors