Search code examples
oracle-databaseoracle11goracle10gobiee

How to save a report with data in the HTML format? (OBIEE 12c)


I go from "weblogic". I translated the text in the format of HTML. When saving, it gives the following error: enter image description here

I found the Instanceconfig.xml file and added code like this to it:

 <Security>

<CheckUrlFreshness> false </CheckUrlFreshness>
<EnableSavingContentWithHTML> true </EnableSavingContentWithHTML>

</Security>

But this did not help, it is still impossible to save data in HTML format.


Solution

  • You should grant the Application Role the appropriate privilege from the Analytics webpage under Manage > Privileges > Answers > Save Content with HTML Markup