This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
i'm trying to identify, in hundreds of fields, which one have any nulls in them. i tried this:
but that gives me any record which has any null, in any field, in the entire record. what i'm looking for is find all columns (fields) which have any nulls in them. i tried a summarize -> selected all fields and did "count null" but even for fields which were completely empty, the result was 0. this is on alteryx 11.5, if that matters. thank you in advance
becki kain
Hi @becki,
Have you thought about using the Basic Data Profile tool in the Data Investigation tools? I think it must have moved out of the Lab recently and into that category so you might not be aware of it.
You can run that on the file, then place a filter after where Name="Nulls" and Value !="0". That will give you a list of the fields with nulls and the number of records with nulls in that field.
thanks! I will and post back!
This is awesome! It helped me a lot.
This is a very simple and useful solution.
Thank you very much @danrh