Completed
Last Updated: 13 Dec 2017 12:41 by ADMIN
ADMIN
Dimitar
Created on: 12 Dec 2017 08:41
Category: DataFilter
Type: Feature Request
0
ADD. RadDataFilter - add SQL sentence "IN" to the list of the available filter operators for string type
Implement the SQL sentence "IN" with the control. In order to filter the registers that have a value into a column defined into a list of values: [column] IN ('value1', 'value2'.'value3')
1 comment
ADMIN
Ralitsa
Posted on: 13 Dec 2017 12:40
We added two new filter descriptors for string type: "Is in list" and "Not in list". The code snippet below demonstrate how can build the expression: 
this.radDataFilter1.Expression = "[Country] NOT IN ('Canada','Sweden','Germany')"