Alteryx Designer Desktop Discussions

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

Fill down columns from the first row data AND filter by date

ericren
8 - Asteroid

Hi Alteryx community,

 

See below.

For Current Date I want to fill down with the constant date  6/2/2023. 

For Previous Date I want to fill down with the Current Date - 7 days. 

 

Finally I want all rows with Action date between current date and previous date.

 

AccountCurrent DatePrevious DateAction Date
234523423446/2/20235/26/2023 0:003/23/2023
45454545345[Null][Null]5/28/2023
45454545345[Null][Null]3/23/2023
45454545345[Null][Null]5/30/2023
45454545345[Null][Null]6/1/2023
4.54352E+13[Null][Null]3/29/2023
5 REPLIES 5
FrederikE
13 - Pulsar

Hey @ericren

 

FrederikE_0-1686223884087.png

FrederikE_2-1686223903376.png

FrederikE_3-1686223906306.png

 

"Between" as a function is availible since 2023.1 - if you haven't got this you can use 

 

[Action Date]> [Previous Date] AND [Action Date]<[Current Date]

 

Instead

 

ericren
8 - Asteroid

No sure why, the current date and previous date columns are not filling in. Would I need to use a multi field formula?

FrederikE
13 - Pulsar

Hey @ericren,

 

Ah, you want to populate the first value downwards - Missunderstood you there. Multi-Row is the tool for this.

FrederikE_0-1686225067716.png

 

ericren
8 - Asteroid

Yeah Im having issues with the rows filling, see below if we are getting the same result. 

 

ericren_0-1686226010654.png

 

binuacs
20 - Arcturus

@ericren One way of doing this

binuacs_0-1686235145605.png

 

Labels