I'm trying to write a filter for the following:
- Should only pull courses with available seats of Greater or Equal to 1.
- Should only pull courses where the CRSE NUMB = 1 with the following exceptions:
- Subj Code = HISP, Crse Number less than 209
- Subj Code = GERM, Crs Number = 181, 210, 220, 221 240
- Subj Code = FFS, Crse Number less than 214
- Subj Code = CHIN, HEBR, JAPA, Crse Number = 205
- Subj Code = MATH, Crse Number = 220, 221
- Subj Code = RUSS, Crse Number = 210
- Subj Code = WFQS, Crse Number = 201
Of course the first 2 are easy, but when I try to do the rest, it doesn't return the correct results. There isn't any way to add () that I can see.
Any help would be appreciated.
Thanks,
Gary