Oracle Analytics Publisher

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Editing RTF Template Error

Received Response
36
Views
5
Comments

Hello, I have an RTF Template that I am attempting to modify which is used with a BIP report.

I need to modify the grouping of some of the fields in the template so that date fields are appearing directly side by side.

I downloaded Oracle Analytics Publisher, but whenever I attempt to upload sample XML output from a report to even test out the capabilities of the publisher, I am faced with a Message39 error. This seems to be most likely due to my version of Word being 32 bits while my publisher version is 64 bits.

Before I go through the process of having IT uninstall my version of the publisher, and reinstall a new version of the publisher, I wanted to know if there is an easier for me to modify an existing RTF template that had been produced for us without having to use the publisher? Editing the rtf document in word by adding spacing or indentation does nothing to change the appearing of the tags in the report output, I have tried that. Is there another way to edit the rtf template I have without having to upload sample XML?

My apologies if this has been answered or if this is a rudimentary question.

Oracle Analytics download: OracleAnalyticsPublisherDesktop-7.6.0-win64.exe

Word version: Microsoft 365 MSO (Version 2503 Build 16.0.1………..) 32-bit

Thank you

Answers

  • Kevin M-Oracle
    Kevin M-Oracle Rank 6 - Analytics Lead

    Yes it is best to use the Desktop.

    Before installing the 32-bit Desktop, install JRE 1.8 32-bit as well.

    Rgds,

    Kevin

  • Alexinmn
    Alexinmn Rank 1 - Community Starter
    edited May 28, 2025 5:59PM

    I have OpenJDK version 17.0.11 . If you are using OpenJDK do you also have JRE?

  • Kevin M-Oracle
    Kevin M-Oracle Rank 6 - Analytics Lead

    We have only certified Oracle JRE.

    Rgds,

    Kevin

  • Alexinmn
    Alexinmn Rank 1 - Community Starter

    I have the program setup on my device and it is working as expected.

    I am trying now to group 3 fields together which do not appear to be found in a table,

    I want to group City, State, and Postal Code so they appear in the same line in my rtf template.

    C is <?if:CITY!=''?>

    EC is <?end if?>

    Here are the code values for City, State, and Postal Code:

    I have had no luck using for-each-group. Does anyone know how I could group these so City, State, and Postal Code always appear on the same line without using a table? I want them associated so they move together. C and EC logic should remain as well

  • Kevin M-Oracle
    Kevin M-Oracle Rank 6 - Analytics Lead

    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