GitHubContribute in GitHub: Edit online

isnotempty()

Returns true if the argument isn't an empty string, and it isn't null.

isnotempty("") == false

Syntax

isnotempty([value])

notempty([value]) -- alias of isnotempty

Example

T
| where isnotempty(fieldName)
| count