There was an error while loading. Please reload this page.
Negates a boolean expression. If passed a true value, will return false, and vice versa.
true
false
Not(boolExpression)
boolExpression
Example: Not(IsEmpty($field)), especially useful for filtering:
Not(IsEmpty($field))
<SourceFilters> <SourceFilter>Not(IsEmpty($field))</SourceFilter> </SourceFilters>