Categories
- All Categories
- Oracle Analytics Learning Hub
- 17 Oracle Analytics Sharing Center
- 17 Oracle Analytics Lounge
- 224 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.8K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 84 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
first day of second quarter of previous year in OBIEE

3603435
Rank 1 - Community Starter
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
0
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