Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Data Linkage

Hi

I have two data sets and want to link them by Item ID. It's not a 100% match(one is the sub-set of the other but each has different fields) when I use the filter on the smaller set of data I want to keep all items from the bigger set. examples as below.

Data Set A                                          Data Set B

Item Name    Qty                              Item Name        Date

A                    1                                   A                    1/1/2013

B                    2                                   C                    2/1/2013

C                    5                                   E                    3/1/2013

D                    1

E                    4

F                    2

When selecting Date  "1/1/2013" and "2/1/2013", my target result would be

Item Name   Qty

A               1

B               0

C               5

D               0

E               0

F               0

1 Solution

Accepted Solutions
MayilVahanan

Hi

PFA

Properties:

Dimension -> Check Suppress missing Values and Show All Values

Presentation -> UnCheck Suppress Zero -Values

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.

View solution in original post

2 Replies
MayilVahanan

Hi

PFA

Properties:

Dimension -> Check Suppress missing Values and Show All Values

Presentation -> UnCheck Suppress Zero -Values

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Not applicable
Author

Hi,

Thank you!

One follow up question on the data linkage. How do you specify only the list of items from one table. The other table is just for some reference information?