Alteryx Designer Desktop Discussions

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

ADDING AMOUNT IN A COLUMN TO ANOTHER COLUMN

enkenmendoza
7 - Meteor

Hi I want to know if how can I add some values (number) in my data. 

 

For example I have a data here:

 

DocnoDateCodeAmount
111111111/21/202067218379500
22222221/21/202037148375800
32434431/21/202043257439300
22223231/21/202034255466303

 

I just want to add in a doc no:

 

11111111 + 500

2222222 + 600

 

expected output:

 

DocnoDateCodeAmount
111111111/21/2020672183791000
22222221/21/2020371483751400
32434431/21/202043257439300
22223231/21/202034255466303

 

I have millions of lines but here is a sample only. How can I select only a doc number to add its amount. Hope you could help me with this one thanks!

 

2 REPLIES 2
FredNajjar
9 - Comet

Hi @enkenmendoza 

 

Is there a logic to how numbers are added to the Docnos? 

 

 

 

Qiu
20 - Arcturus
20 - Arcturus

@enkenmendoza 

I think Find and Replace tool is a good fit for your situation.

You need to have input library to tell the workflow, which Doc No. needs to be add what amount.

20210323-enkenmendoza.PNG

Labels