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
first day of second quarter of previous year in OBIEE
Can someone help in writing first day of second quarter of previous year..or at least first day of second quarter for current year timestamp function in OBIEE
Thanks
Surabhi
Answers
-
Hi Surabhi,
Below i have given some piece of code which is used to get first day of the second quarter. Here you by replacing the year to get the day as well.
TIMESTAMPADD( SQL_TSI_DAY , DAY_OF_QUARTER( TIMESTAMP'2017-05-27 00:00:00') * -(1) + 1, TIMESTAMP'2017-05-27 00:00:00')
Thanks
Sulaiman
0 -
Thanks So much Sulaiman..It really helped.
0