Forum Discussion
Anonymous
6 years agoNot applicable
Is this an error in documentation?
Hello fellows,
This does not look correct to me,
It comes from https://docs.microsoft.com/en-us/powerquery-m/m-spec-values
4 Replies
- ChristopheHelper II
I did a quick test and indeed this doesn't look correct. You cannot use "greater" or "less than" operators with null.
I'll leave feedback in the docs.
- edhansCommunity Champion
Indeed. if 1 > null then true else false just returns an error.
I am not sure how that documentation could be correct.
- edhansCommunity Champion
I do not believe so. I think that is telling you what operators work with null, not how values would compare to null using those operators.
I have a copy of the 2016 specifications in a PDF file and that same table is there.
- AnonymousNot applicable
Thank you for reply, but what is the use case of implement operator to a null value...?