akatdhare2000
Programmer
Hello,
I am using crystal reports 9.0 and want to get the records based on selection criteria. I have a number of parameters, however, one of them is a multi-value paramater. I get the values in the form of an array, however, i am not able to select the records based on the array. e.g, i want the report to fetch like
select columns from table name where some criteria and column_name in (list of values in multi-value parameter)
I am using crystal reports 9.0 and want to get the records based on selection criteria. I have a number of parameters, however, one of them is a multi-value paramater. I get the values in the form of an array, however, i am not able to select the records based on the array. e.g, i want the report to fetch like
select columns from table name where some criteria and column_name in (list of values in multi-value parameter)