Alteryx Designer Desktop Discussions

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

Source and Target file out come

Arkouda
8 - Asteroid

Hi all

 

I have a attached a file that has a source(s) and outcome tab 

 

Once tab Source 1 is the original data that has a persons place in the Company, office and team

 

the second tabs is data we received to change the persons Company, office or team.

 

What I'm trying to do is replace the old alpha and numeric values with the updated tab to get the final outcome in the outcome tool. I have used the join tool and the find and replace but it's not replacing the new office, team company or adding the new persons (new 2 rows) 

 

 

 

23 REPLIES 23
Arkouda
8 - Asteroid

excellent - eureka! it worked

atcodedog05
22 - Nova
22 - Nova

Happy to help 🙂

 

Cheers and happy analyzing 😀

Arkouda
8 - Asteroid

I do have one follow up on this which I should have mentioned 

 

I have a colleague with more than one change - moving to a new office and entity (Co) 

 

How do you write it so it replaces the Office and Team for that colleague? the Entity and office should be replaced based on if there are more than one action item

 

ActionTo/FromEntityOfficeTeamPerson Number
Move - OfficeToESLGALI11001161335190
Move - EntityToESYA  1335190

 

Desired output would be 

ActionTo/FromEntityOfficeTeamPerson Number
 ToESYAALI11001161335190
atcodedog05
22 - Nova
22 - Nova

Hi @Arkouda ,

 

I worked on it and here is the workflow.

 

Input: I gave an extra row which is unique to consider the general scenario.

atcodedog05_0-1601917173605.png

Output:

atcodedog05_2-1601917284315.png

Hope the output is as expected.

 

Workflow:

atcodedog05_3-1601917323838.png

 

Hope this helps 🙂

 

If this post helps you please mark it as solution. And give a like if you dont mind 😀👍

Arkouda
8 - Asteroid

I hope that this is the last request

 

if there are changes to Office and team for colleague, do I add it to the formula similar to the Action Formula or how would you write it 

 

Arkouda_0-1601920708114.png

 

Cheers and happy analyzing and supporting me - many Kudos

 

atcodedog05
22 - Nova
22 - Nova

Hi @Arkouda 

 

For office (any string datatype) yes you want Last value use Entity formula if you want Blank use Action formula.

 

Team (any numeric datatype) its not needed.

 

Hope this helps 🙂

Arkouda
8 - Asteroid

 

something like this to copy if more than one change for a colleague ?

Arkouda_0-1601921344399.png

 

atcodedog05
22 - Nova
22 - Nova

Hi @Arkouda 

 

Yup checked what you have done should work 🙂

atcodedog05
22 - Nova
22 - Nova

Hi @Arkouda 

 

Here is the workflow where i checked.

 

Input:

atcodedog05_0-1601921620595.png

Output:

atcodedog05_1-1601921663403.png

 

Hope this helps 🙂

atcodedog05
22 - Nova
22 - Nova

Happy to help 🙂

 

Cheers and happy analyzing 😀

Labels