Free Trial

Alteryx Designer Desktop Discussions

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

Dynamically selecting and exporting grouped values from tables

GuyHarveyj
5 - Atom

I've got a load of tables that need to be profiled and sent back to users for some data cleansing. I'm trying to compile a grouped list of the values in a range of fields with a table and the record count of each value.

 

My based data (selected fields only) from my first table looks like this;

 

GuyHarveyj_0-1686837119550.png

and my initial output looks like this so I export to separate tabs in Excel

 

GuyHarveyj_1-1686837178924.png

 

I have built this for 1 table but as I have loads of tables to profile this could be a laborious process, is there a more dynamic way to do this?

 

GuyHarveyj_2-1686837294311.png

Thanks

 

Guy

 

 

 

 

6 REPLIES 6
binuacs
21 - Polaris

@GuyHarveyj Would you be able to attach a sample file and expected output?

GuyHarveyj
5 - Atom

sure 

binuacs
21 - Polaris

@GuyHarveyj One way of doing this with the Transpose and the Summarise tool

 

binuacs_0-1686842358365.png

 

binuacs
21 - Polaris

@GuyHarveyj The above solution is for one csv file, do you want to perform the same functionality in multiple CSV files?

GuyHarveyj
5 - Atom

No, the data will be coming from a SQL server, and all the tables will be different

binuacs
21 - Polaris

@GuyHarveyj @This workflow should work

Labels
Top Solution Authors