[Seaside] [magritte] about filter of a report

Anamaria PARVU parvu.anamaria at gmail.com
Fri Jun 29 15:41:20 UTC 2007


I have this, for example:

    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))]]

but I want something like this, but doesn't work values < (Date today)
asString



On 6/29/07, Lukas Renggli <renggli at gmail.com> wrote:
>
> >   I generate a report with magritte reports and I want to make a filter
> > which compares strings and list only the smaller values. Till now I can
> list
> > only values which match exactly.
>
> As far as I know there are no built in filters in Magritte reports, it
> would a be an interesting thing to have though. What did you do so
> far, what is the problem you are stuck with?
>
> Lukas
>
> --
> Lukas Renggli
> http://www.lukas-renggli.ch
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20070629/702b823e/attachment.htm


More information about the Seaside mailing list