Subject Re: Custom search string
Author Ali Gökçen
> Hi Ali,
>
> >> (:t1 is null or text1 = :t1) -- work if :t1 has value for
searching
>
> I think I am starting to understand, am I correct in the following
> understanding.
>

fine. :)

> if :T1 is null then dont filter using :T1
>
> Which is exactly what I am trying to do.
>

yes, and it is the most easy way. only needs some bool logic, that
what computers work on. ;)

> How do you change this to cope with integers ?
>
> In the integer part I need the following
>
> If Int1 is < 0 then dont filter on it.
>

(:Int1 <0 or Intcolumn = :Int1) -- if i understand your need
correctly: filters only when Int1 has a none-negatif value

Regards,

Ali
izmir/TR