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: 
Anonymous
Not applicable

Nullpointer exception when tmap inner join

Hi

 

Really need help with this error,

 

I get Nullpointer exception when I do Inner Join, my mey (MemberKey) doesn't have null when I check it on database

 

please help

 

thank you

Labels (2)
1 Solution

Accepted Solutions
manodwhb
Champion II
Champion II

@guntururu,it is not problem with the join columns,it is problem with the expression if you have written for any column in tMap,which was getting null values.

 

you need to check the expression fields  , to should not apply the expression for the null values for that field.

 

 

View solution in original post

1 Reply
manodwhb
Champion II
Champion II

@guntururu,it is not problem with the join columns,it is problem with the expression if you have written for any column in tMap,which was getting null values.

 

you need to check the expression fields  , to should not apply the expression for the null values for that field.