Hi There! I am using crystal reports xi...
I am trying to put a parameter in my select statement in the command, but I keep getting an invalid character...
The multi-select parameter is called ?Delv_Status. It filters the field Status_Id. If the user enters nothing (blank) then all fields in the report should be returned...
select d.status_id
from deliverables d
where d.status_id = "" or
{?Delv_Status} = d.status_id
I am currently using the select expert... however, this is not the only parameter in the report. There are over 15 parameters, all with different structures, and lots of subreports. It would be much easier if I could put all of my selection criteria into the command.
Thanks!
- Jayme
I am trying to put a parameter in my select statement in the command, but I keep getting an invalid character...
The multi-select parameter is called ?Delv_Status. It filters the field Status_Id. If the user enters nothing (blank) then all fields in the report should be returned...
select d.status_id
from deliverables d
where d.status_id = "" or
{?Delv_Status} = d.status_id
I am currently using the select expert... however, this is not the only parameter in the report. There are over 15 parameters, all with different structures, and lots of subreports. It would be much easier if I could put all of my selection criteria into the command.
Thanks!
- Jayme