Hi
I've to give my where condition (it may be more than one field and any no. of length) dynamically to the sql expression in CR XI. How to use that
for eg:
WHERE emp.dept_id = 100 AND emp.location = 'India' and emp.dob >='01/01/1975'
like that... some query string will be append to the sql expression
using parameter is it possible
give details
Thanks in advance...
PAD