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
I have come across a need to select rows that do not have a value in a multiEntry column. Essentially, I want to exclude rows that have a given tag.
I tried something like this, where I am looking to get results that do not have the "mongo" tag (example here adapted from your multiEntry example). Unfortunately, it performs an exact "not equals" match, and does not look into the values in the array.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have come across a need to select rows that do not have a value in a multiEntry column. Essentially, I want to exclude rows that have a given tag.
I tried something like this, where I am looking to get results that do not have the "mongo" tag (example here adapted from your multiEntry example). Unfortunately, it performs an exact "not equals" match, and does not look into the values in the array.
Is it possible to select where a value is not in a multiEntry column?
Thanks for your help,
Chris
Beta Was this translation helpful? Give feedback.
All reactions