Negation of 'arrayContains' in the Formula Language?

PANKAJ
PANKAJ Partner, L2 Admin, Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS ML Practitioner, Dataiku DSS Core Concepts, Registered Posts: 26 Partner

suppose I want to do a SQL condition using the formula inside the prepare recipe.

Query: ( ID IN (11,12,13) AND CITY NOT IN ('LA','NY','CA')) OR (ZIP NOT IN (111000,111011))

In formula language in Dataiku :

(arrayContains([11,12,13],'ID') {# for IN} && ---------???--------) OR (-------???-------)

what to write for 'NOT IN'?

Answers

Setup Info
    Tags
      Help me…