Hi, I have started using JEXL and my scenario is below,
x = 10; Some constants [10,20,30,40] may be in an array, if x is in the above set, return *true* else *false* Can anyone tell me how do I create JEXL expressions for the SQL like "IN" statements ? Thanks.