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.

Rearrange of data

Anjankumar2021
8 - Asteroid

Hi Team, @binuacs 

 

could someone advise on the below.

 

Input   
DateAccountVolume 
11/04/2025Savings66 
[Null]Total66 
14/04/2025Savings8 
14/04/2025Current102 
[Null]Total110 
15/04/2025Savings23 
15/04/2025Current90 
[Null]Total113 
16/04/2025Savings5 
16/04/2025Current128 
[Null]Total133 
17/04/2025Savings9 
17/04/2025Current135 
[Null]Total144 
18/04/2025Savings20 
18/04/2025Current54 
[Null]Total74 
    
    
Required    
Output   
    
    
DateSavingsCurrentTotal
11/04/202566 66
14/04/20258102110
15/04/20252390113
16/04/20255128133
17/04/20259135144
18/04/2025205474
    
2 REPLIES 2
Qiu
21 - Polaris
21 - Polaris

@Anjankumar2021 
If my understanding is correct, we can then fill the null date cell with its upper row value then use a Cross Tab tool to format the data.

0501-Anjankumar2021.jpg

davidskaife
14 - Magnetar

Hi @Anjankumar2021 

 

Here you go, use a Multi-Row tool to fill in the NULL dates, then simply Cross Tab the data

 

Screenshot 2025-05-01 115337.png

Labels
Top Solution Authors