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.

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
binu_acs
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