Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.
Free Trial

General Discussions

Discuss any topics that are not product-specific here.
SOLVED

Please help with populating column based on 1 row

CRicci
5 - Atom

Hello, I am looking for assistance with the following issue: 
I want to take the template data source input and fill all the rows in the text column with the auto-updating heading in column b row 2 but column b has other values in the rows that I do not want copied to the text column. Here is a photo with how I want the final Alteryx product to look, the blue line shows what I mean by 1 row must be taken and then fill all the rows for the other column. 
Thank you for your help, it is greatly appreciated. 

 

Alteryx example.PNG

2 REPLIES 2
Luke_C
17 - Castor
17 - Castor

Hi @CRicci 

 

You'd want to isolate the first row using a sample or select records tool, then use an append fields tool to have that value attached to the main dataset. 

CRicci
5 - Atom

Thank you for the help 

Labels
Top Solution Authors