Check that your quotes are ASCII character code 0x22.<br><br>Also, use org.drools.builder.conf.DumpDirOption to see the generated DRL.<br>-W<br><br><br><div class="gmail_quote">On 16 November 2012 15:33, john_appleseed_79 <span dir="ltr">&lt;<a href="mailto:newbie_drools_user_79@mailinator.com" target="_blank">newbie_drools_user_79@mailinator.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">In my decision table I have the following input data -<br>
+----------------------+<br>
|CONDITION                |<br>
|                               |<br>
|$data not in $param    |<br>
|Header                      |<br>
|(&quot;123&quot;,&quot;234&quot;,&quot;00456&quot;)   |<br>
+----------------------+<br>
<br>
This errors out with the following error:<br>
[40,30]: [ERR 101] Line 40:30 no viable alternative at input &#39;&#39;<br>
[43,0]: [ERR 102] Line 43:0 mismatched input &#39;&#39;<br>
[6,36]: [ERR 101] Line 6:36 no viable alternative at input &#39;\&#39; in rule<br>
&quot;Pricing bracket_11&quot;<br>
[0,0]: Parser returned a null Package<br>
<br>
How do we make sure that the not in comparison works for strings in Decision<br>
Table. It seems quite easy on a DRL file. If somebody can help me out on<br>
this, I would be very thankful.<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://drools.46999.n3.nabble.com/not-in-in-decision-table-with-string-input-errors-out-tp4020863.html" target="_blank">http://drools.46999.n3.nabble.com/not-in-in-decision-table-with-string-input-errors-out-tp4020863.html</a><br>

Sent from the Drools: User forum mailing list archive at Nabble.com.<br>
_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
</blockquote></div><br>