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: 
purna
Contributor III
Contributor III

why sum(sales) is effecting..

Hello qlikers,

 

Hear i have the data like  attached below while i am trying to join (left , right) the sum of sales are also changing,

Is this the issue is regarding the primary key & foreign key.

If its so how can i change the data according to the front end that it should not effect the sales or anything.

what are the fields to be modified.

Thanks in advance.....,

Regards...

 

 

Note: This data is taken manually.

1 Reply
Vegar
MVP
MVP

It looks like you don't have any common field names in the two tables, this means that you ste not joining on ant field. The result will be the cartesian product  of the two. Your sum of sales will be duplicated by the number of lines in your second table.

Try to identify on which  fields you want the tables to join and make sure these two field names are identical.