Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

The operator != is undefined for the argument type(s) boolean, null

Hi,
I get the following error when compiling and running my job;
The operator != is undefined for the argument type(s) boolean, null
The job uses a tMap which sends the output to a tStewardshipTaskOutput. Attached my job.
I try to find the solution to this, but need some help.

NL_DQ_AccountMatching.zip.zip
Labels (2)
4 Replies
Anonymous
Not applicable
Author

Hi,
From your job, we have seen that you used row5.GRP_SIZE>1||!row5.MASTER in filter expression of filter Matched Row(tMap2).
row5.MASTER is boolean data type.
Do you mean row5.MASTER==false?
What's your requirement about this filter? Could you please give us more description about it?
Best regards
Sabrina
Anonymous
Not applicable
Author

I still have the same issue. When I start this job, i get:
The operator != is undefined for the argument type(s) boolean, null

If I remove the boolean columns from row2, the job works fine.
0683p000009MApc.png
NL_DQ_Account_Deduplication.zip.zip
Anonymous
Not applicable
Author

yes
Anonymous
Not applicable
Author

Hi vishnu.swetha,
The operators like " !=" does not work for the Java data type long. Please show us your tfilterrow component setting screenshot which will be helpful for us to address your issue.
Best regards
Sabrina