Hi
I am using Crystal reports 10
I was retrieving values from the employee table using a Command
The command I am using is
"select * from employee where dept_no ='{?dep_no }'"
{?dep_no } is the parameter , I am using to retrieve the department number
Earlier, I was submitting only one deptno at a time.
Now I need to enter multiple values of {?dep_no }
How can I do it ?
For example I need a query in the command like
"select * from employee where dept_no in ( '01', 02' ....)
How can I modify my command and How can I modify {?dep_no } to do this
Thanks
I am using Crystal reports 10
I was retrieving values from the employee table using a Command
The command I am using is
"select * from employee where dept_no ='{?dep_no }'"
{?dep_no } is the parameter , I am using to retrieve the department number
Earlier, I was submitting only one deptno at a time.
Now I need to enter multiple values of {?dep_no }
How can I do it ?
For example I need a query in the command like
"select * from employee where dept_no in ( '01', 02' ....)
How can I modify my command and How can I modify {?dep_no } to do this
Thanks