Alteryx Designer Desktop Discussions

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

Replace values and remove duplicate

Amit_Fernandes
6 - Meteoroid

Hi,

Is there a formula to replace existing amount with current amount?, in example below i want to replace amount in Sum column to Sum TD amount. i:e - replace "8300000000" to "10590000000" and remove the Row when there is NULL amount in Sum column. 

 

 
 
RecordIDCompany NameCurrencySum_TD AmountExchange RateTD Totalsum
1India Private LimitedINR830000000083.1999771607.16 
2India Private LimitedINR830000000083.1999771607.1610590000000
5 REPLIES 5
caltang
17 - Castor
17 - Castor

This is one way to do it:

image.png

Calvin Tang
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
Amit_Fernandes
6 - Meteoroid

Thanks for quick response, Castor! I am afraid the amount might not be same every time, should I then replace with >= signs?

binuacs
20 - Arcturus
caltang
17 - Castor
17 - Castor

Then you should opt for @binuacs method. It is important to mention how dynamic you want because your question was more towards how. But I will ask for you to review the logic more thoroughly before concluding - are there any other factors?

Calvin Tang
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
Amit_Fernandes
6 - Meteoroid

Much appreciated. Thanks!

Labels