Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
desanip
Contributor
Contributor

How to get distinct combination of two columns from two tables

Hello everyone,

I want to a distinct combination of two columns from two different tables ( Say A and B) and then insert them to a different table. How do i achieve this in Talend? can i achieve this in tmap? or should i use a different component? Please advice. 

Labels (5)
1 Solution

Accepted Solutions
manodwhb
Champion II
Champion II

First sort the data based on two columns and then use tuniquerow component on those two columns to get distinct data.

View solution in original post

1 Reply
manodwhb
Champion II
Champion II

First sort the data based on two columns and then use tuniquerow component on those two columns to get distinct data.