Start Free Trial

Alteryx Designer Desktop Discussions

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

Multi row formula

praneshsapmm
8 - Asteroid

Hi,

 

I have this requirement , looking for help to solve : 

 

Recordcount Rectype DocDate Docnum
1A02null1234
2A02null1234
3A02null1234
4A02null1234
5A02null1234
6A02null1234
7A02null1234
8A02null1234
9A02null1234
10A0527-06-20221234

 

How to fill in the null doc dates of Record type A02 with doc date available with Record type 'A05' using multi row . 

 

Thanks 

3 REPLIES 3
FrederikE
13 - Pulsar

Hey @praneshsapmm,

 

Do a Desending sort on your recordcount.

Afterwards you can use a Multirow Tool to replace Nulls with the row above. 

Then you can sort to the original order again,

praneshsapmm
8 - Asteroid

Hi @FrederikE ,

 

I did this .

 

[Row+1:DOCDATE]=[DOCDATE] .But does not work .

 

Thanks

FrederikE
13 - Pulsar

Hey @praneshsapmm,

 

No need for the equal sign, that is already buildin every Alteryx formula by default, as a specific column has ot be selected. 

See:

Unbenannt.png

 

Labels
Top Solution Authors