Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OR condition with Date Parameter in OBIEE

Hi,
I have a requirement to bring records where ship date is NULL along the date range parameter passed in OBIEE 11g Analysis.
Trying to put two filters with OR (e.g. SHIP DATE is NULL OR SHIP DATE is prompted) this is bringing only records where date is populated not those where Date is NULL
Thanks in advance,
Regards,
Mukesh
Answers
-
Hi,
What kind of query is generated?
Did you protect the filter with the OR is NULL ?
The best thing is really to look at the generated query to see what happened and you probably easily find out you forgot a piece somewhere ...
0