Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
You are correct in your understanding. REST APIs cover report execution/management and do not support direct upload/download of .xdm catalog objects. There is no deprecation or end-of-life announced for the SOAP CatalogService, and no such plan exists. . These services continue to be supported across all flavors (OAS, OAC)…
-
You can include a CLOB column in the Data Model, wrap it in <![CDATA[ ]]> and set its type to XML. In the RTF template use:<?html2fo:YourColumnName?> This will render supported HTML/XHTML tags as formatted text. Important to note that Complex tags like tables/images aren’t supported. More details along with example here:
-
Hi, The Publisher REST API “Run report” - Sends a request to the Publisher to run a specific report with report parameters(optional),and the response contains the report output. We have document with examples of runreport request and response. Latest Document REST API for Oracle Analytics Publisher in OAS: Publisher Blog…
-
Hi, You can try below XSL_FO element in RTF form field- <fo:basic-link external-destination="tel:{/DATA_DS/G_1/MOBILE_NUMBER}">call <?/DATA_DS/G_1/MOBILE_NUMBER?></fo:basic-link> XML: <DATA_DS><G_1><MOBILE_NUMBER>+13011234567</MOBILE_NUMBER></G_1></DATA_DS> Reference: Supported XSL-FO Elements
-
Hi Carter, Have you checked whether SMTP configuration is correct & working. You can verify by native export/email option- https://docs.oracle.com/en/cloud/paas/analytics-cloud/acubi/email-file-visualization-canvas-or-dashboard.html FYI, you need to configure the email as per OCI documentation , you need to have approved…
-
Hi Ankur, I would suggest you to handle in Datamodel via customizing the seeded report as there could be performance issue to handle complex logic in RTF. if you want to handle in RTF, you can try using variable and compare the values, something like this - for ex: <?for-each:ROWSET/ROW1?> <?xdoxslt:set_variable($_XDOCTX,…
-
You can use <DISPLAY CONDITION> in etext template to specifies the condition when a record should be printed. Ex: <DISPLAY CONDITION> sales >= 10000
-
The following code hides the chart grid - <O1MajorTick visible="false"/> <X1MajorTick visible="false"/> <Y1MajorTick visible="false"/> <Y2MajorTick visible="false"/> Documentation:
-
Hi @GoSaaS , You might be unable to download Publisher reports as PDF in Chrome browsers due to the way that the PDF plug-in handles embedded content in iframes, refer below documentation for the same -
-
Hi @user8945294 , Have you tried second way(which you have mentioned in OP) with syntax I have shared with you? What is your output type? (HTML is supported output format for URL Image) , Can you share RTF and sample XML data for understanding the issue?
-
I tried with sample Image URL with following syntax and its working fine for me. url:{FLAG_URL} You might need to check if you are giving right XPATH for your image element for ex: url:{DATA_DS/G_2/G_7/FLAG_URL}
-
HI user8945294, The correct way to insert images with an Element Reference from an XML File - url:{FLAG_URL} HTML is supported output format
-
Hi @Sean-B-01 , I think you are facing this issue with XPT layout template. I would suggest to regenerate the XML data in Data model → View Data → View (Make sure new field is available) and click "Save as Sample Data" . Now try adding the new field in the template.
-
Hi Haribabu, This is Microsoft Excel limitation, In Excel 97-2003, you will see the first three conditions only. We have perquisite for designing excel template in documentation Workaround- Please see the advanced features from the following doc for Border and Underline Styles -
-
Hi Sowmya, In XPT layouts Publisher adjust the axis label according to the space and data, it should dynamically show the axis label vertically depending on the space and data. I don't think Displaying Axis Labels diagonally is possible with XPT, you have more control over charts when you are using RTF template.
-
You should generate the output as Data(XML) and verify if you are getting all the missing columns in the XML data file. If those missing columns are appearing in XML fille, then there should be issue with layout template, correct your layout template for example column name, proper XPATH should be used if those are defined…
-
Hi Pooja, To specify last page only content: Create a section break in the template to ensure the content of the final page is separated from the rest of the report. Insert the following syntax on the final page: <?start@last-page:body?> <?end body?> Detailed steps along with example is given in the documentation.
-
Hi Pooja, To specify last page only content in Publisher: Create a section break in the template to ensure the content of the final page is separated from the rest of the report. Insert the following syntax on the final page: <?start@last-page:body?> <?end body?> Detailed steps and example is given in the documentation -
-
Hi Hemant, I believe you want to add Analytics Publisher report parameters in your report output. You need to include your report parameter in XML, make sure to enable the DM property "XML Output Options": "Include Parameter Tags" and include these parameter tags in your layout.
-
Hi Jason, Can you please provide more detail along with some example on use cases of adding many filter condition to workbook email scheduler? It will be helpful