cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

How to get the unique column values from 2 infotables

vi1
16-Pearl
16-Pearl

How to get the unique column values from 2 infotables

Hi,

 

I have 2 infotables.

How to filter the unique column values from 2 nd table compared to 1st table column values..

I have tried to use "Intersect" but its giving the same column values .

 

Example:

 first table columns: path, description

 second table columns: path, ThingName etc

if first table column path value is not matches the 2nd table column path, then return the 2nd table path.

 

Thank you in advance.

 

2 REPLIES 2

Use RIGHT join instead of INNER on intersect snippet

slangley
23-Emerald II
(To:CarlesColl)

Hi @vi1.

 

If the response provided by Carles answered your question, please mark it as the Accepted Solution for the benefit of others who may have the same question.

 

Regards.

 

--Sharon

Announcements


Top Tags