Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
ecabanas
Creator II
Creator II

Data duplication problem

Hi every one,

I have a salestable with some records and another with adjusted costs that I link with a code. The problem is the Adjusted table appears with a lot of records with blank values:

salestable

id     EAN     name     value

1     a          aa          10

2     b          bb          15

3     c          cc          20

Adjusted

EAN    description    cost

a          aacost          5

z          zzcost          10

b          -                    -

c          -                    -

Anyone knows why???

Thanks

Eduard

2 Replies
swuehl
MVP
MVP

It's almost impossible to say by just looking at your post.

You'll need to add some more information (how have you created these two tables, how do you look at the data, etc).

It's probably most simple if you could post a small sample app.

Not applicable

Hello

Is adjusted the result of Join of two tables?

Regards