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 to use Multi-row tool

ktberger_2020
7 - Meteor

I have something like the below data where I want to be able to identify any agreement numbers that have a transactiontypeid of both 19 and 28 (they don't have to be in sequence).  Where I would like a result similar to the 2nd table.

 

I cannot figure out how to use the multi-row tool to make that happen. Can someone please show me the way?

 

SourceStoreAgreementNumberTransDateTransactionTypeId
C0304430058/1/20231
C0304430058/1/202310
C0304430058/2/202334
C029750170R1/16/202430
C08182629110/3/202318
C08182629111/11/20233
C0818262919/13/202428
C1181158768/30/20249
C11811587611/13/202419
C1181158768/30/20249
C11811587611/22/202428
C0240E239276212/31/20221
C0240E23927621/5/202334
C0240E23927629/14/202310
C0452268094/5/20231
C0452268094/5/202334
C0452268096/28/20249
C04522680911/13/202419
C04522680911/21/202428
C04522680911/21/20248

 

SourceStoreAgreementNumberTransDateHas19and28
C0304430058/1/2023No
C029750170R1/16/2024No
C0818262919/13/2024No
C1181158768/30/2024Yes
C0240E23927629/14/2023No
C0452268094/5/2023Yes
4 REPLIES 4
rfoster7
11 - Bolide

You don't need a multi row tool for this. You can just use a formula tool and group by tool. I'm not 100% if you are using the min(transaction date) or not for your third column? Looks like you are. 

 

 

CoG
14 - Magnetar

For learning, this problem can be solved with the Multi-Row Formula Tool like so, although @rfoster7 has provided a perfectly good solution as well:

Screenshot.png

 

Hope this helps and Happy Solving!

ktberger_2020
7 - Meteor

Thanks, this helped me see things in a different perspective than the way that I thought it should be.

ktberger_2020
7 - Meteor

Thank you. This helps me understand how to use the multirow tool.

Labels
Top Solution Authors