Start Free Trial

Alteryx Designer Desktop Discussions

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

Formula error - duplicate data occuring

mckenseycatterton
6 - Meteoroid

Hello,

 

I'm having issues with a formula populating in incorrect data. I'm combining 2 datasets into a formula via an append function. One dataset has 2 rows worth of data (P2 for infrastructure and third party) and the other 1 row worth of data (P3 infrastructure). What I want the formula to show is a blank under P3 % remediated for third party (since there is no data), instead of for some reason pulling in the P3 infrastructure data as a duplicate for third party. The current formula is skewing my timeliness %. 

 

mckenseycatterton_0-1654194387540.png

mckenseycatterton_1-1654194414038.png

 

mckenseycatterton_2-1654194435167.png

mckenseycatterton_3-1654194467280.png

 

 

4 REPLIES 4
stvnhdmpa
8 - Asteroid

An Append will always add all the data from one data source to the other.  Can you join them or use a Find and Replace instead?

stvnhdmpa
8 - Asteroid

Is this what you are trying to achieve?

 

stvnhdmpa_0-1654196055639.png

 

mckenseycatterton
6 - Meteoroid

Yes, that is what I'm trying to achieve. I'll see if that works. 

stvnhdmpa
8 - Asteroid

Hi @mckenseycatterton  - Just checking in to see if you the results you were looking for?  If so, can you mark it as solved?  

Labels
Top Solution Authors