User Need :
We wish to set the extraction of data from a table based on filter statements expressed by an administrator in a flat file.
Constraints :
The number of filter statements is not fixed. There is at least one filter statement.
The format of this flat file is fixed.
Flat file filter format : FilterName;FilterNumber;FilterStatement x
Examples :
Customer ID;1;Customer_ID>1000
Customer Country;2;Cust_Country=India
Question :
How to implement these Filter Statements in the DataSourceProperties Query
We wish to set the extraction of data from a table based on filter statements expressed by an administrator in a flat file.
Constraints :
The number of filter statements is not fixed. There is at least one filter statement.
The format of this flat file is fixed.
Flat file filter format : FilterName;FilterNumber;FilterStatement x
Examples :
Customer ID;1;Customer_ID>1000
Customer Country;2;Cust_Country=India
Question :
How to implement these Filter Statements in the DataSourceProperties Query