Categories
- All Categories
- Oracle Analytics Learning Hub
- 19 Oracle Analytics Sharing Center
- 17 Oracle Analytics Lounge
- 233 Oracle Analytics News
- 45 Oracle Analytics Videos
- 15.9K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 87 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
