Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
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
-
Hi, Which flavor of Publisher you are using, OAC, OAS or Fusion..? Can you please share your sample Bursting query? Check this note for FA publisher. - Fusion BI Publisher - BI Publisher Bursting Query From Email Address Parameter 3 - Bursting Alerts - Bursting Notifications - SMTP / OCI CNS - Email Domain - Bursting Job…
-
You can create lists of SQL Query or Fixed Data values only.
-
Hi, You can use System Variables (Analytics Publisher) like xdo_user_name in your query.
-
These are only supported date expressions for dynamic file name. Alternatively you can try dynamic file name(ex: TEST.2023JUL31) using Analytics Publisher Bursting Functionality.
-
Hi, Can you please share the error you are getting? what is the data source of your data set?
-
Hi, What Issue you are facing, provide more detail? Refer, Create Data Sources - Create RTF template -