Hi 
I have requirement where in i have two list a+b i need to sum them together
based on some logic. It is possible to write a DSL to sum of these lists I.E
LIST A + LIST B =a.get(0) + b.get(0), a.get(1) + b.get(2)
etc
i can loop them add them but it would a defective code



--
View this message in context: 
http://drools.46999.n3.nabble.com/Dynamic-expressions-in-drools-tp4027964.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to