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.

Mark Records with Certain or Missing Data for Review

laurenn
6 - Meteoroid

Hello, 

 

I am working with data in Alteryx and need to mark records that contain vendor notes (in the a field titled vendor notes) for review.  I also have to mark for review records with missing vendor name, city or state for those respective fields and was wondering the best way to do this? Thank you.  

3 REPLIES 3
MarqueeCrew
20 - Arcturus
20 - Arcturus

@laurenn ,

 

One option is to flag each field with a Boolean (true or false) and put that answer into its own field (as one record could be missing many values).  If you just want those records t could be a filter on IsEmpty([field1]) or isempty([field2]) etcetera.  

many ways to skin this challenge. 

cheers,

 

 mark

Alteryx ACE & Top Community Contributor

Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
laurenn
6 - Meteoroid

Thank you!

Qiu
21 - Polaris
21 - Polaris

@laurenn 
If you could provide some sample input and desired output, many persons here would be happy to provide more detailed help.

Labels
Top Solution Authors