Hi ,
I want to achieve multiple values filtering like a, b,c to be treated as separate values while filtering.
I am using GWT server side framework which leverages the automatic data filtering, it handles the comma separated values as one value only.
Is there any way to handle this or we have to write custom code in this case to manipulate the criteria being created here.
Please advice.
Thanks
I want to achieve multiple values filtering like a, b,c to be treated as separate values while filtering.
I am using GWT server side framework which leverages the automatic data filtering, it handles the comma separated values as one value only.
Is there any way to handle this or we have to write custom code in this case to manipulate the criteria being created here.
Please advice.
Thanks
Comment