Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Here is an example: curl -X GET -u user:password -o op.html -H "Content-Type:multipart/form-data" -v -F 'ReportRequest={"attributeFormat":"html"};type=application/json' http://<host>:<port>/xmlpserver/services/rest/v1/reports/Test%252FBalance%20Letter/run FYI this will not work if you are running against an FA SaaS…
-
You can use an eTEXT template with CSV formatting to generate the headers. Rgds, Kevin
-
Try running the Enable / Disable Template Builder (included with the desktop). Rgds, Kevin
-
Use {(SYSDATE()$} see: https://docs.oracle.com/middleware/12212/bip/BIPUG/GUID-BC0A8B60-1BB5-4D85-85BB-B199C1A5C418.htm#BIPUG219 Rgds, Kevin
-
I used logon, it provided a sessionID, I used that to execute copy2. See: Examples of "webCatalogService" Webservice Methods in Oracle Analytics (Doc ID 3018011.1). Rgds, Kevin
-
I have used this end point: /analytics-ws/saw.dll/wsdl/v12?wsdl Then use these methods: v12:logon v12:copyItem2 --archive 12:pasteItem2 --unarchive Rgds, Kevin
-
See: Using JWT token authentification with BIP web services (Doc ID 2954741.1). That is not an option at this time. Kevin
-
Try one of these two: ScheduleReportWSSService ExternalReportWSSService Then set basic authentication in SoapUI. Kevin
-
There are BIP wsdls built for FA SaaS. See: Fusion Application BI Publisher (BIP) : Available Public Webservices in Fusion Applications(Doc ID 2086077.1). Rgds, Kevin
-
I am glad I could help. You are very welcome. Kevin
-
The syntax is not correct. See: Using Conditional Formatting https://docs.oracle.com/middleware/12212/bip/BIPRD/GUID-04477E49-F671-4BF1-8353-06A7CDEAD2CC.htm#GUID-755E5D35-0D47-4D9E-B39A-2925D008498F You might also find a case statement is better for your requirements. Rgds, Kevin
-
The RTF does not show any markup logic. I would suggest logging an SR so you can get direct assistance. Rgds, Kevin
-
Put the set variable to 0 before the for-each@section:G_1. Set the variable inside the G_1 loop. In the header only use get. Kevin
-
Have your tried adding @section to the for-loop that refreshes the header. Ex: <?for-each:G_1?> is changed to <?for-each@section:G_1?>. Rgds, Kevin
-
You are very welcome. Have a great weekend! Kevin
-
This Community is for Analytics Publisher. For FA questions, please post in the CCC - Cloud Customer Connect: https://community.oracle.com/customerconnect/ Rgds, Kevin
-
You can test just the new request in a separate Report. Once you get it working, if they use the same deliver-by, you can merge the two queries using UNION. Then run for one report. Rgds, Kevin
-
OK, can you share a simple sample RTF, no CI or PI? Rgds, Kevin
-
Can you share a simple sample RTF, no CI or PI? Rgds, Kevin
-
In the layout use for-each-group instead of for-each. Rgds, Kevin