Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
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: 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
-
Yes see: Examples of "webCatalogService" Webservice Methods in Oracle Analytics (Doc ID 3018011.1) Rgds, Kevin
-
There are no BIP RestAPIs available in Fusion at this time. Available Public Webservices in Fusion Applications(Doc ID 2086077.1) Rgds, Kevin
-
What version of the Publisher Desktop are you using? Rgds, Kevin
-
This is a Publisher community, you should ask the ESS team about other options. Rgds, Kevin
-
You should create a copy of the report, without bursting implemented. Uncheck it under Edit Report→Properties. Rgds, Kevin
-
Page number calculations do not work as we build output in two stages and the page numbers are not calculated until the second pass. See the manual End on Even or Odd Pages Rgds, Kevin
-
See this link to set up your SSL configuration: Rgds, Kevin
-
Please log an SR for this issue. Provide details such as security model and version. Rgds, Kevin
-
You need to have jave 1.8 installed 32 or 64 bit, depending on whether the desktop is 32 or 64 bit. Rgds, Kevin
-
The features for Excel output splitting data into worksheets is documented for RTF not XPT layouts. See: Rgds, Kevin
-
You should use a table, as our manual says, RTFs use tables as place holders. You could try a a single form field with all three elements in a single line, but the table is preferred. Rgds, Kevin