Missed the Q4 Fall Release Product Update? Watch the on-demand webinar for more info on the latest in Designer 24.2, Auto Insights Magic Reports, and more!
Free Trial

Dev Space

Customize and extend the power of Alteryx with SDKs, APIs, custom tools, and more.
SOLVED

How to identify exceptional data

AS
8 - Asteroid

Hi all,

 

I know this could be a simple question for you guys but I'm having trouble building logic on this. could you please help me.

There are 2 tables A and B. Table A has the data from Table B. so I want to identify the list of exceptional data which is not present in Table A.

 

This is table A

DataStatus

AAB

P
AACP
AAD

P

 

This is table B

DataStatus
AAP
BBP
AABF
BBCP
AACP
AADP
AAFF
AAGp

 

Thanks in advance

3 REPLIES 3
atcodedog05
22 - Nova
22 - Nova

Hi @AS 

 

You can achieve this with help of join tool. Right unjoin is the data not present in Data A

 

atcodedog05_0-1643273360692.png

 

Hope this helps : )

 

AS
8 - Asteroid

yeah this is so simple. Thanks @atcodedog05 

 

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @AS 

If my response helps please don't forget to mark it as solution.

Cheers and have a nice day!