Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
You can use the existing translations in the <target> sections when you build your custom files. Copy/Paste from the old file to the new one. So you would only need to translate new values. Rgds, Kevin
-
For BIP translations of custom reports/layouts see: Rgds, Kevin
-
See the prerequisites section of Adding a Bursting Definition to Your Data Model Rgds, Kevin
-
Please log an SR include the payload and response. Rgds, Kevin
-
Set the date format of the date parameter to a valid JAVA format that includes time. Ex: MM-dd-yyyy hh:mm:ss You can also read about Date Paramters here: https://docs.oracle.com/middleware/bi12214/bip/BIPDM/GUID-0D9ECE19-8672-43FD-B4E2-68074296C54F.htm#GUID-1FA3A641-1CE3-4B91-B788-F46E5E5B7777 Rgds, Kevin
-
That is correct, Fusion Applications does not have RestAPIs for Publisher. Fusion Applications has SOAP UIs, See: Available Public Webservices in Fusion Applications(Doc ID 2086077.1). Rgds, Kevin
-
Analytics Publisher Rest APIs are not available in Fusion Applications. See: Fusion Applications: How To Access Reports Using REST API? (Doc ID 2327020.1) Rgds, Kevin
-
Test the LOV SQL as a dataset. What does it return? Rgds, Kevin
-
Multiselect parameters pass a comma separated list of values wrapped in parenthesis and square brackets. Ex: ([value1, value2, value3]). Rgds, Kevin
-
This is not Publisher. What application are you using? Rgds, Kevin
-
Easiest method is to select customize for the data model and then edit the SQL data set. Rgds, Kevin
-
Hi Fabio, That's great! Rgds, Kevin
-
Hi Fabio, I used if@inlines for each condition. The elements all lined up on a single row. Ex: <?if:number(B1_SDG_1)=1?> was changed to <?if@inlines:number(B1_SDG_1)=1?> Rgds, Kevin
-
To refresh data in the header (and also to reset page numbers), use for-each@section. See Creating Batch Reports Rgds, Kevin
-
Put the repeating section into the Header, and loop using for-each@section. The header will refresh with each new iteration of the loop. See Creating Batch Reports Rgds, Kevin
-
Yes, if you upload the sample file to the BIP Plugin in Word. You should be able to select the data element using the Field dialog. Rgds, Kevin
-
What type of template are you modifying: RTF, XPT, Excel..? Open the sample data file in the data model, is there data in the field you ant to add? Rgds, Kevin
-
Submit the bursting job from BI, under the Diagnostics tab: Select Enable Data Engine Diagnostic and Enable Report Processor Diagnostic. Test, if the output is not generated, check the diagnostics.log. Also test your layout with the bursting chunk of data (defined by the split-by). Rdgs, Kevin
-
This is not currently a feature we support. You can register an Enhancement in Idea labs. Rgds, Kevin
-
Any parameter has to be declared in your package and defined in the data model. What error is being returned. Rgds, Kevin