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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
fdbs
Contributor
Contributor

Join tables and link table

Hello,

I am having difficulties in pooling data from different tables.

Here is the data schema of our Qlik Sense application : 

schema.png

 

We use a data link table "LinkDataTable".

Here is an example of data :

data.png

 


In my Qlik Sense application, I would like to be able to make a simple table showing for each SKU/Marketplace, the status and the total stock of this SKU.

An example of an expected result :

result.png

 

The problem is that when I add my "stock total" column it doesn't work, the table becomes empty. What is the right way to use data from two external tables (Stock and ProductMarketplaces) with a linking table ?

In my set analysis of column "stock total" I tried to ignore the dimensions but it doesn't work.

Could you please help me ? 

Labels (1)
  • SaaS

2 Replies
fdbs
Contributor
Contributor
Author

Oops, little mistake on the last picture.

In the expected result, in the"stock total" column, it is not 15 but 20 (5 + 5 + 10) for the BBQ SKU

Sammy_AK
Creator II
Creator II

why do you need a link data table ? you should be able to join just stock and Product market place using the column SKU, this should give you the result you are looking for...