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
Christophe
6 years agoHelper 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.
- edhans6 years agoCommunity Champion
Indeed. if 1 > null then true else false just returns an error.
I am not sure how that documentation could be correct.