Categories
- All Categories
- Oracle Analytics Learning Hub
- 30 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 238 Oracle Analytics News
- 45 Oracle Analytics Videos
- 16K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 88 Oracle Analytics Trainings
- 15 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
