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

Grouping of data at a different level

Jimmy_Payyapilly
5 - Atom

Hi,

I'm trying the summarize the below dataset by Customer number and Max date but having a challenge since the same Customer number can be a different level and needs to summarized at that level 

I tried the multi row formula and Summarize tool in Alteryx Designer but I'm not getting the expected results.

 

See below dataset 

 

Order_Num               Date                 Cust_Num                          TAT
1                         2024-02-12              14022155                             0
1                         2024-02-13              14022155                             1
1                         2024-02-14              14022155                             1
1                         2024-02-14              19016706                             0
1                         2024-02-15              14022155                             1
1                         2024-02-16              14022155                             1
1                         2024-03-10              161180489                          23
1                         2024-03-27              130G467644                       17


Expected dataset

 

Order_Num                         Date             Cust_Num                   TAT
1                                     2024-02-14       14022155                      2
1                                     2024-02-14       19016706                      0
1                                     2024-02-16       14022155                      2
1                                     2024-03-10       161180489                   23
1                                     2024-03-27       130G467644                17


Any help is appreciated.

 

Regards,

 

Jimmy

2 REPLIES 2
binuacs
21 - Polaris
Jimmy_Payyapilly
5 - Atom

Thanks for the quick response. It worked perfectly.

Much appreciated.

 

Regards,

 

Jimmy

Labels
Top Solution Authors