[rules-users] Checking multiple null values

Edson Tirelli ed.tirelli at gmail.com
Sat Jan 16 10:41:57 EST 2010


   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 <f.cima at yahoo.it>

>
> 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
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>



-- 
 Edson Tirelli
 JBoss Drools Core Development
 JBoss by Red Hat @ www.jboss.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20100116/d19546cf/attachment.html 


More information about the rules-users mailing list