Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Hi Sivakumar, I don't think the REST APIs are available yet. However, you can use the SOAP - ReportService as a workaround for achieving similar functionality. Best Regards, Sreekanth Mukalla
-
Hi Vincent, Can you please try the below query to dynamically fetch the instance name . select 'Instance : ' ||substr(EXTERNAL_VIRTUAL_HOST,1,instr(EXTERNAL_VIRTUAL_HOST,'.')-1) Hdr from FUSION.ASK_DEPLOYED_DOMAINS where DEPLOYED_DOMAIN_NAME='FADomain' Best Regards, Sreekanth
-
This would be of great help for developing Custom reports