OBIEE 12c: ‘Save Content With HTML Markup’ Is Missing In 12.2.1.3 and Later:
Issue:
Saving Dashboard Failed: You do not currently have sufficient privileges to save a report or dashboard page that contain HTML markup. Dashboard contains custom HTML tags as part of static text
Solution:
Step 1: Locate the instanceconfig.xml file in the following directory:
[DOMAIN_HOME]\config\fmwconfig\biconfig\OBIPS/instanceconfig.xml
Step 2: Add the tag within the <Security> tags
…
<Security>
…
<CheckUrlFreshness>false</CheckUrlFreshness>
<EnableSavingContentWithHTML>true</EnableSavingContentWithHTML>
…
</Security>
…
Step 3: Restart the presentation services.