Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
gf
Creator III
Creator III

How to link exactly one keyfield to another key field?

Hello all!

I hope you understand what I want to know...

So i have a key field called KONTOSALDO in the table Salden_All:

clipboard_image_0.png

In another table called Salden, I have the same key field:

clipboard_image_1.png

I only want to link one KONTOSALDO from table Salden_All to one KONTOSALDO in table Salden.

I have a problem that two values in Salden_All have the same key field attributes so they get added twice for each key field in Salden. 

Is there a commend or something like that to say like "Only link to the first appearing key field" or something like that?

 

Regards!

Labels (5)
1 Solution

Accepted Solutions
martinpohl
Partner - Master
Partner - Master

Hi,

not by an command.

But you can add e.g. an 1 into KEYSALDO field in table one

and load your datas in table 2 oder by KEYSALDO.

Then load and add 

(if KEYSALDO = previous(KEYSALDO) ,2,1) as KEYSALDO.

So the first match(if KEYSALDO above is not the same as actual row, the key is 1, on the other it is 2

View solution in original post

1 Reply
martinpohl
Partner - Master
Partner - Master

Hi,

not by an command.

But you can add e.g. an 1 into KEYSALDO field in table one

and load your datas in table 2 oder by KEYSALDO.

Then load and add 

(if KEYSALDO = previous(KEYSALDO) ,2,1) as KEYSALDO.

So the first match(if KEYSALDO above is not the same as actual row, the key is 1, on the other it is 2