Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 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
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
OTBI Formula/SQL solution

Josh Dewar
Rank 2 - Community Beginner
Hi,
Wondering if someone can help my colleagues and I out, we have an issue with our date range on our Absence by Directorate report.
We have a SQL statement that would work in BI Publisher but were wondering if it's possible to recreate this in OTBI.
SELECT *FROM absences WHERE start_date <= TO_DATE('2024-06-30', 'YYYY-MM-DD') AND (end_date >= TO_DATE('2024-06-01', 'YYYY-MM-DD') OR end_date IS NULL);
0