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
vyacheslav-pushkin
changed the title
Entity search using notIn operator doesn't return records with null
Entity search using notIn or <> operator doesn't return records with null
Feb 13, 2020
vyacheslav-pushkin
changed the title
Entity search using notIn or <> operator doesn't return records with null
Entity search using notIn, <> or doesNotContain operators doesn't return records with null
Feb 13, 2020
Neither of these will return records where
stringAttr
is null.Generic UI returns such records when using
notIn
operator, but not when using<>
ordoesNotContain
.The text was updated successfully, but these errors were encountered: