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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Do not join on nulls in tMap

Is there a setting in the tMap component so that when performing a join, it does not consider two null values to be a match? Like in SQL, if you say:
WHERE colA = colB
with both colA and colB being null, it will not return any records as it does not consider null = null to be true.
I can code around this in the join, of course, but that is a big pain.
Thanks!
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi,
You can set a filter in the input source of ""LookUp".
See my screenshot
Best regards
Sabrina
0683p000009MED2.png

View solution in original post

5 Replies
Anonymous
Not applicable
Author

Hi,
You can set a filter in tMap in output source.
See my screenshot
Best regards
Sabrina
0683p000009MEWW.png
Anonymous
Not applicable
Author

This doesn't quite solve the problem because it does null checking after the join has been performed. So the join still happens between the two records, but then the result is filtered out. This is not what I want since I am performing a left join - I still want the data from the source table to come across, just not the data from the joined-to table.
Anonymous
Not applicable
Author

Hi,
You can set a filter in the input source of ""LookUp".
See my screenshot
Best regards
Sabrina
0683p000009MED2.png
Anonymous
Not applicable
Author

Thanks, Sabrina!
Anonymous
Not applicable
Author

Hi,
You are welcome. Don't hesitate to post your issue on forum.
Best regards
Sabrina