<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.24">
<TITLE>RE: trivial case in xls</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=2 FACE="Courier New">sorry, i used the wrong word &quot;action&quot;, instead of &quot;data&quot;.</FONT>
</P>

<P><FONT SIZE=2 FACE="Courier New">take the schema once more to avoid misunderstanding (assume no grouped rows).</FONT>
</P>

<P><FONT SIZE=2 FACE="Courier New">-------------------------------------------</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CONDITION</FONT>

<BR><FONT SIZE=2 FACE="Courier New">-------------------------------------------</FONT>

<BR><FONT SIZE=2 FACE="Courier New">object type/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp; $p : Person</FONT>

<BR><FONT SIZE=2 FACE="Courier New">-------------------------------------------</FONT>

<BR><FONT SIZE=2 FACE="Courier New">snippet/condition&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ? </FONT>

<BR><FONT SIZE=2 FACE="Courier New">-------------------------------------------</FONT>

<BR><FONT SIZE=2 FACE="Courier New">explaination text&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xxxxxxxxx&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </FONT>

<BR><FONT SIZE=2 FACE="Courier New">-------------------------------------------</FONT>

<BR><FONT SIZE=2 FACE="Courier New">cell/data&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ?</FONT>

<BR><FONT SIZE=2 FACE="Courier New">-------------------------------------------</FONT>
</P>

<P><FONT SIZE=2 FACE="Courier New">it's clear: the condition (&quot;snippet&quot; in my term) can not be empty, and the<B> data</B> (&quot;cell&quot; in my term) can be empty. </FONT>
</P>

<P><FONT SIZE=2 FACE="Courier New">in my case how should i put the condition, when no field constraint is there? how should i put in the</FONT><B> <FONT SIZE=2 FACE="Courier New">data</FONT></B><FONT SIZE=2 FACE="Courier New">? an empty invalidates the condition! </FONT></P>

<P><FONT SIZE=2 FACE="Courier New">the case i raised seems trivial. actually it finds many applications as follows. in question comes the rule &quot;otherwise&quot;:&nbsp; </FONT></P>

<P><FONT SIZE=2 FACE="Courier New">rule &quot;main&quot;</FONT>

<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Courier New">salience 10</FONT>

<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Courier New">when</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $p : Person(age &gt; 35)</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; then</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // do something with persons older than 35</FONT>

<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Courier New">System.out.println(&quot;hello, &quot; + $p + &quot;!&quot;);</FONT>

<BR><FONT SIZE=2 FACE="Courier New">end &nbsp;&nbsp;&nbsp; </FONT>
</P>

<P><FONT SIZE=2 FACE="Courier New">rule &quot;otherwise&quot;</FONT>

<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Courier New">when</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $p : Person()</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; then</FONT>

<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Courier New">// ignore other persons, i.e. retract them to avoid memory leaks</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; retract($p);</FONT>

<BR><FONT SIZE=2 FACE="Courier New">end</FONT>
</P>
<BR>

<P><FONT SIZE=2 FACE="Courier New">/ Ben</FONT>
</P>
<BR>

</BODY>
</HTML>