Hi,
I noticed that the between expression (...) can not be combined with the and/or. For example entering this in a numeric filter field:
400...500 or >1000
will only filter on >1000. This can be reproduced in the online demo:'
http://www.smartclient.com/index.jsp#expressionFilter
and I can reproduce it in the latest 8.1 nightly.
Is this on purpose or a bug?
It seems related to the way this part of the FormItem.parseValueExpressions is structured (where the between is considered to be always the only expression).
gr. Martin
I noticed that the between expression (...) can not be combined with the and/or. For example entering this in a numeric filter field:
400...500 or >1000
will only filter on >1000. This can be reproduced in the online demo:'
http://www.smartclient.com/index.jsp#expressionFilter
and I can reproduce it in the latest 8.1 nightly.
Is this on purpose or a bug?
It seems related to the way this part of the FormItem.parseValueExpressions is structured (where the between is considered to be always the only expression).
gr. Martin
Comment