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

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

Fact table tmap null pointer exception

je suis entrain de créer la table de fait et j'ai rencontré cette exception. j'ai rencontré le problème de nullpointer exception et j'ai essayé toutes les solutions que je les connais mais rien ne change!

 

0683p000009M9Sa.png0683p000009M93D.png0683p000009M9Sf.png

Labels (2)
1 Solution

Accepted Solutions
manodwhb
Champion II
Champion II

tmap will give null pointer exception, when it you have not handled nulls for the field when you have written some expression.
Check the below link.
https://community.talend.com/t5/Design-and-Development/Null-Pointer-Exception-in-tmap/m-p/217658#M11...

View solution in original post

2 Replies
manodwhb
Champion II
Champion II

tmap will give null pointer exception, when it you have not handled nulls for the field when you have written some expression.
Check the below link.
https://community.talend.com/t5/Design-and-Development/Null-Pointer-Exception-in-tmap/m-p/217658#M11...
Anonymous
Not applicable
Author

thank you, it works