Start Free Trial

Alteryx Designer Desktop Discussions

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

Mutiple columns Checks

Vikas038
8 - Asteroid

Hi Team,

 

Requirement is:-

 

*There is a table that contains 50 or 50+ Columns

* Within that, there are multiple columns that are Null with a certain percentage. For instance, column  City is having null values in 35% records

* So we need to have segregation of such Null records for other columns. For instance, for above 35% records, I want to see breakdown with other columns like Country, Region, State etc.

* One example is like Country 

CountryRecords 
India 50
China40

In this example, insights are, city column is null for 50 records of India country. So in similar fashion, I want to have such kind of break down for all 49(50-1) columns in one go and write them in a excel file automatically.

 

So final outcome will look like as:-

 

Country#Records  State#Records  Region#Records 
India 50 A60 C80
China50 B40 D20

 

2 REPLIES 2
danilang
19 - Altair
19 - Altair

Hi @Vikas038 

 

Can you include a sample input file that includes all the columns of interest.

 

Thanks

 

Dan

Vikas038
8 - Asteroid

Hi Dan,

 

You can consider the below information as sample file.

 

I hope this helps.

 

CountryRegionStateCity
India ASIAHaryanaNULL
India ASIAHaryanaNULL
India ASIARajasthanJaipur
India ASIARajasthanJodhpur
India ASIARajasthanNULL

 

 

Thank you

 

 

 

 

Labels
Top Solution Authors