We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Column Header Macro

PhillpJ
6 - Meteoroid

I am creating a macro that evaluates whether the current header or the one below is appropriate (the rows must not be null or have empty values). The rows above the appropriate header can be disregarded. Below is what I currently have and I am stumped. Please provide any thoughts or help.

 

Input: 

053628a3-fc94-45d6-bd67-ca3e3fef73a8.png

 

Desired Output: 

Output.png

 

 

Thank you in advance.

6 REPLIES 6
Bren_Spill2
12 - Quasar
12 - Quasar

@PhillpJ - see suggested solution attached. Thanks

PhillpJ
6 - Meteoroid

How can this by done dynamically? I would like the filtering to not reference the actual column heading name since they are dynamic and using this filtering tool would require one to be made for every column, making it static.

Bren_Spill2
12 - Quasar
12 - Quasar

Can you provide some more samples of how the data will look?

 

PhillpJ
6 - Meteoroid


Sample.png

 

The areas above the desired header contain the report details which aren't needed for the table itself 

SPetrie
13 - Pulsar

Would something like the attached work? It should look for the first row that doesnt have any null or empty values and assume it to be the header row.

 

Bren_Spill2
12 - Quasar
12 - Quasar

Will the final column headers always be Name, Age, Date of Birth, Gender? Will column C always contain dates?

Labels
Top Solution Authors