This question is locked. New answers and comments are not allowed.
Hi,
I have a grid with client filtering enabled.
If I have a filter condition like this
(agenziaID~eq~5)~or~((Comuni~substringof~'Busto arsizio')~or~(Comuni~substringof~'Castellanza'))
the filter is applied correctly.
If I add another clause like
(agenziaID~eq~5)~and~((Comuni~substringof~'Busto arsizio')~or~(Comuni~substringof~'Castellanza')~or~(Comuni~substringof~'Cantello'))
I receive 500 Internal server error.
The exact message tell
Thank you in advance.
Mirko
I have a grid with client filtering enabled.
If I have a filter condition like this
(agenziaID~eq~5)~or~((Comuni~substringof~'Busto arsizio')~or~(Comuni~substringof~'Castellanza'))
the filter is applied correctly.
If I add another clause like
(agenziaID~eq~5)~and~((Comuni~substringof~'Busto arsizio')~or~(Comuni~substringof~'Castellanza')~or~(Comuni~substringof~'Cantello'))
I receive 500 Internal server error.
The exact message tell
Expected RightParenthesis
It seems that client filter supports only 2 condition for field, because when I add the third condition to the filter I always receive error message.Thank you in advance.
Mirko