Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 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