Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Please check the below links.... Doc ID 2213769.1 and Doc ID 2145784.1
-
Hi SeeThu, Which version of BI you are installing.... BI and word has some compatibility issues. So you can try with other office like 2013,16 etc Thanks Sulaiman
-
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