Forum Discussion
jerrywalk1
7 years agoRegular Visitor
we cannot convert the value null to type logical...
I am getting the error "we cannot convert the value null to type logical..". The problem is that it tells me what table when trying to load but it does not tell me what column nor does it create an e...
Anonymous
5 years agoNot applicable
One of your functions is asking for a true or false value, and is instead being given null. You need to click on the applied steps one by one until you see which step is causing the error. If you would post the M, I'm sure I could spot the issue.
--Nate
Anonymous
5 years agoNot applicable
Thank you so much.
Yesterday evening I found that it would be a boolean column that I did long time ago, but I didn't find the cause... while today Yes! There is another column that gives null and I didn't think that it could, so now I know how to manage it.
Thank you very much.