We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Count with specific conition

Learner09
8 - Asteroid

Hello All,

 

I am trying to prepare a flow that counts the uniques based on specific conditions. Please see the attached Excel for details.

 

Thanks,

Mayank

4 REPLIES 4
aatalai
15 - Aurora

@Learner09 put this into a formula tool  If [Type]="Closed" and [Condition]="No" then 1 else 0 endif

 

 

Count with specific conition.PNG

 

Learner09
8 - Asteroid

@aatalai thank you for the flow, however, there is some update required. see the attached example. I need unique count, but flow provided the duplicate counts.

aatalai
15 - Aurora

@Learner09 would adding a unique do the trick, like the workflow attached?

binuacs
21 - Polaris
Labels
Top Solution Authors