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

Sumif or filter assistance

AJ_AJ
7 - Meteor

Hi There,

 

 

I have an situation where in with my huge Data I would like to work on population that does not net to 0. ( In other words I would like to exclude the once that net to 0)

 

Example I have attached below.

 

IF you see the example, in that case A and C Net to 0 while others don't. Hence I would like to proceed further without A & C's information.

 

I have around 10000 rows and 53 column information in my actual data.

I want the A&C information to be vanished on all 53 columns.

 
 

 

1 REPLY 1
jdunkerley79
ACE Emeritus
ACE Emeritus

I would suggest:

 

jdunkerley79_0-1582097265755.png

 

First, create the totals (using a summarize)

Then filter out the 0s

Then join back to the original set.

 

The J connection will be the filtered set

 

 

Labels
Top Solution Authors