[Mapserver-users] Expression parser error
Jan Hartmann
jhart@frw.uva.nl
Thu, 27 Mar 2003 17:28:24 +0100
Right! Thanks Daniel for pointing it out. It has to be without quotes
and with matching parentheses:
EXPRESSION ([GEO] < 120)
Puneet's solution should work too:
(([GEO]) < 120),
Jan
Daniel Morissette wrote:
> Jan Hartmann wrote:
>
>>You have to put the EXPRESSION between quotes, whenever it contains spaces.
>>
>>EXPRESSION "([GEO]) < 120)"
>>
>>Generally it is safer to put everything after a keyword between quotes.
>>
>
>
> Actually, using quotes is safer for everything except expressions.
> Unless I'm mistaken, putting an expression between quotes like this
> results in a constant expression, so the logical expression would never
> be evaluated. The problem here is what Puneet reported in another
> email: a missing parenthesis.
>
_______________________________________________
Mapserver-users mailing list
Mapserver-users@lists.gis.umn.edu
http://lists.gis.umn.edu/mailman/listinfo/mapserver-users