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.

I have a data from dataset

Sshasnk
8 - Asteroid

I have a dataset from where I have to remove No if Yes is present for the same account code. If the account has all the No keep one No

Input:

 

Account IDValue
123No
124Yes
124No
124No
121No
123Yes

 

Output:

 

Account IDValue
123No
124Yes
123Yes
2 REPLIES 2
binuacs
21 - Polaris

@Sshasnk One way of doing this

binuacs_0-1686652768786.png

 

FrederikE
13 - Pulsar

Hey @Sshasnk,

 

I think this is what you want:

FrederikE_0-1686652771386.png

 

Labels
Top Solution Authors