Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 212 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
How to Access OTBI report using Groovy within Oracle Fusion

How to Access OTBI report using Groovy within Oracle Fusion
Answers
-
Can you please elaborate your requirement?
Thanks.
0 -
HI @User_02ANP ,
If you are talking about the BIP Reports , yes it is possible to invoke them from Groovy using SOAP API's. SOAP API's helps to run the report and gives the result and that can can be consumed as per the requirements.
Thanks,
Sreekanth M
0 -
We have a OTBI analysis report and i want to access it in groovy and fetch/read the analysis rows from groovy
0 -
HI @User_02ANP ,
In which module are you trying to use the Report ? Is it for CRM ? If it is a BIP Report yes you will be able to access it using SOAP API's.
Thanks,
Sreekanth M
0 -
its CRM and its not BIP XDO report. it is just otbi analyses report
0 -
I don't see a direct way of doing it. You can definitely call BIP reports from groovy with the approach given in below note:
How To Call BIP Report Webservice From App Composer using Groovy Script (Doc ID 2150332.1)
Can you try similar approach for OTBI with webservices mentioned in below notes:
How to include date filter on OTBI report using webservice (Doc ID 2815071.1)
How To Run SAWRowsetSchemaAndData WebService To Retrieve Data From An OTBI Analysis (Doc ID 2814254.1)
Thanks.
0