Alteryx Designer Desktop Discussions

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

Filter description based on keyword and sum the amount fields

Vigneswaran
7 - Meteor

Hi,

I want to find the description having the keyword "Rent" and sum the debit and credit amount for those description 

Input table:

Vigneswaran_0-1672062604241.png

 

Expected Table:

Vigneswaran_1-1672062623751.png


How can I achieve the new table
Thanks in advance!

3 REPLIES 3
ShankerV
17 - Castor

Hi @Vigneswaran 

 

You can create a new column with Formula using Contains()

 

Then use the summarize tool to achieve result.

 

Many thanks

Shanker V

Felipe_Ribeir0
16 - Nebula

Hi @Vigneswaran 

 

One way of doing this

 

Felipe_Ribeir0_0-1672062912359.png

 

ShankerV
17 - Castor

Hi @Vigneswaran 

 

Expected solution

ShankerV_0-1672063255998.png

Note: The workflow used to achieve the solution is attached which can be downloaded to see how the solution works.

 

If you believe your problem has been resolved. Please mark helpful answers as a solution so that future users with the same problem can find them more easily!!!!

 

Many thanks

Shanker V

 

Labels