Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 212 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Help with Filters using Classic Mode

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
Answers
-
Create 1 filter then in the Filter interface click the sql button and write your full filter using ands / ors
0 -
The ( ... ) in a filter is achieved by clicking on the "AND" or "OR" to make them "sub conditions" (indentations = ( ) ).
You can also adjust the XML of your analysis if needed in case you get lost while clicking "AND" or "OR" to make blocks of conditions, because mainly the first time it takes a bit to get the expected result.
0