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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Remove duplicate values column - Join

Hi everyone,

 

I trying to remove values in column, image 1 result set

 

Image 1:

 

0683p000009M3h3.jpg

 

I need show a value "pedido_desconto" with one "pedido_numero", the correct result is this:

 

0683p000009M3UN.jpg

 

In the talend tool I developed this job:

 

0683p000009M3wp.jpg0683p000009M3o4.jpg

 

The model is doing the correct 'join' between 'pedido_numero' and also brings the 'pedido_desconto', but I would like it to return as image 2, is it possible? how ?

Labels (2)
1 Solution

Accepted Solutions
akumar2301
Specialist II
Specialist II

If it well sorted ,

 

You can check prevId value with CurrId , if it is same , make pedido_desconecto as null otherwise Populate it.

 

here row6.id is your pedido_numero

 

0683p000009M3wz.jpg

View solution in original post

2 Replies
akumar2301
Specialist II
Specialist II

If it well sorted ,

 

You can check prevId value with CurrId , if it is same , make pedido_desconecto as null otherwise Populate it.

 

here row6.id is your pedido_numero

 

0683p000009M3wz.jpg

Anonymous
Not applicable
Author

Thank you so very much, Its working now!!!