I have this, for example:<br>
<br>
&nbsp;&nbsp;&nbsp; self report rowFilter: [:item | (self report columns
collect: [:col | col description in: [:desc | desc toString: (item
readUsing: desc) ]] ) anySatisfy: [:value | (value matches: ((Date
today) asString))]]<br>
<br>
but I want <span style="font-weight: bold;"><span style="font-weight: bold;">something like this, but doesn&#39;t work </span>values &lt; (Date today) asString</span><br><br><div><span class="gmail_quote"><br>
<br>
On 6/29/07, <b class="gmail_sendername">Lukas Renggli</b> &lt;<a href="mailto:renggli@gmail.com">renggli@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&gt;&nbsp;&nbsp; I generate a report with magritte reports and I want to make a filter<br>&gt; which compares strings and list only the smaller values. Till now I can list<br>&gt; only values which match exactly.<br><br>As far as I know there are no built in filters in Magritte reports, it
<br>would a be an interesting thing to have though. What did you do so<br>far, what is the problem you are stuck with?<br><br>Lukas<br><br>--<br>Lukas Renggli<br><a href="http://www.lukas-renggli.ch">http://www.lukas-renggli.ch
</a><br>_______________________________________________<br>Seaside mailing list<br><a href="mailto:Seaside@lists.squeakfoundation.org">Seaside@lists.squeakfoundation.org</a><br><a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br></blockquote></div><br>