Categories
- All Categories
- 4 Oracle Analytics Videos
- 13.7K Oracle Analytics Forums
- 5.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 56 Oracle Analytics News
- 31 Oracle Analytics Trainings
- 52 Oracle Analytics Data Visualizations
- 2 Oracle Analytics Career
- 2 Oracle Analytics Industry
- Find Partners
- For Partners
Sysdate between start Date and End Date
manyam16
✭✭✭
Hi,
I need to filter the data in OBIEE analytics based on sysdate between startdate and enddate. Startdate and enddate are two date fields.
Can you please let me know how to implement this.
Thank you,
0
Answers
-
Hi, dont understand what is your requirement, if you are more specific i can help you... but you can use a logical SQL..
CURRENT_DATE >= @{START_DATE}
CURRENT_DATE >= @{END_DATE}
Edit: Sorry about the screemshot is in spanish, but the idea is the same
0