Tech2377
Programmer
- Nov 13, 2007
- 81
I have a parameter that is not working. My report pulls patients based on their doctor. I want to give the report users the flexiblity to report any patient using _ALL. Patients that have a doctor at EastsideClinic and also be able to pick specific doctors to get a patient list. The parameter works fine until I added that _EastsideClinic piece. I keep getting a missing ")" error.
("_ALL" in {?Doctor} OR "_EastsideClinic" in {?Doctor} = {doctor.last_name} in ["Thomas", "Edward"] OR {doctor.last_name} = {?Doctor})
I also tried "_EastsideClinic" = {doctor.last_name} in ["Thomas", "Edward"] in {?Doctor}
("_ALL" in {?Doctor} OR "_EastsideClinic" in {?Doctor} = {doctor.last_name} in ["Thomas", "Edward"] OR {doctor.last_name} = {?Doctor})
I also tried "_EastsideClinic" = {doctor.last_name} in ["Thomas", "Edward"] in {?Doctor}