Not exactly sure about your use case, but did you tried something like: $1 != null && $2 != null && $3 != null
Then on the cell you write: p1,p2,p3 What I am not sure about is what is the difference for you between that and simply writing: p1 != null && p2 != null && p3 != null Edson 2010/1/16 f.cima <[email protected]> > > Not yet. Any ideas? > > Regards > Fabiano > > > HonorGod wrote: > > > > Did you find anything yet ? > > > > -- > View this message in context: > http://n3.nabble.com/Checking-multiple-null-values-tp120674p122982.html > Sent from the Drools - User mailing list archive at Nabble.com. > _______________________________________________ > rules-users mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/rules-users > -- Edson Tirelli JBoss Drools Core Development JBoss by Red Hat @ www.jboss.com
_______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
