Forum Discussion
Anonymous
7 years agoNot applicable
QUERY ISSUES: Expression.Error: We cannot convert the value null to type Logical.
Hi Folks, I know this has been asked loads before and I have read the threads but nothing is working for me.... I have 2 tables pulling from Salesforce Objects, a Header Table and a Product Table...
Anonymous
7 years agoNot applicable
I had the same suspicion and did a remove empty on the mutual fields in the seperate queries... and still the same thing... I also judt did a formula of
if oppid=null then "y" else "n"
and then filtered on "y" and there was no nulls eitherway...
Anonymous
7 years agoNot applicable
There may be some errors occurring in rows that you can't see. Errors are different than empty.
To test this, you could add a step to remove errors on each table prior to the merge.