In
The IN keyword checks if a list or concept set contains a specific value.
This function is SQL compatible. For more information about SQL compatibility, see our documentation.
Returns a Yes/No value that indicates if a list or a concept_set contains a value.
value IN value_list
"Wallet" IN ([Products.Name] of [Products])
=> Yes: if [Products] has a product with a name that is wallet.
Last updated
Was this helpful?