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.
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
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