You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
grassick edited this page Nov 9, 2015
·
3 revisions
An expression can be "cleaned" which removes any invalid parts.
Partial expressions (with nulls or {} present) are still valid but incomplete. The incomplete parts will be ignored when compiling to JsonQL.
For example, adding three expressions together where one is null will result in adding the valid two expressions. But dividing (which requires both) will return null if either is null.