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

how do i apply non null value down the list

wzhu717
8 - Asteroid

i am trying to apply 12/29/2023 all the way down, but is keep changing the values. 

 

i want the output looks like 

 

Date

12/29/2023 

12/29/2023

12/29/2023

12/29/2023

12/29/2023

 

Screenshot.png

 

can someone please help?

 

 

 

5 REPLIES 5
wzhu717
8 - Asteroid

Screenshot.png

 

alexnajm
18 - Pollux
18 - Pollux

Why can’t you just use a normal Formula tool and set the Date column to be “12/29/2023”?

wzhu717
8 - Asteroid

because the date change in the data every month and i dont want to manually change the formula 

alexnajm
18 - Pollux
18 - Pollux

So if the date you are looking for is the first value listed, you can just do [Row-1:Date], making sure you uncheck the grouping and “Set Value to Closest Row” for the Values for Rows that Don’t Exist option. 

wzhu717
8 - Asteroid

that works! thank you so much!

Labels
Top Solution Authors