Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

New column - applying single value to all rows in a new column

dottman
7 - Meteor

Hello - in the image below, I'm trying to add a new "weighted average" column and I want the .267544 to show on each row. Ideally, row 1 with the "nulls" goes away and row 1 starts on row 2 in image below and I see the weighted average repeated all the way down. Hope this makes sense.

 

 

new column.PNG

2 REPLIES 2
OllieClarke
16 - Nebula
16 - Nebula

Hi @dottman use a filter tool to separate the row where [Weighted Average] is not null.
You can then use the Append Fields tool to attach that row to all the records coming out of the false output of the filter.
Use the select tool embedded in the Append Fields tool to clean up the columns, so there's only 1 of each :)

image.png

Hope that helps,

 

Ollie

dottman
7 - Meteor

This worked - thanks, Ollie!

Labels
Top Solution Authors