I'm running OBIEE 12.2.1.3 on Windows Server 2016. I am having trouble changing the "Treat text as" field on the Column Properties dialog. I am not seeing any options other than Plain text and Plain text (don't break spaces).
In my instanceconfig.xml, my security block looks like this:
<Security>
<CheckUrlFreshness>false</CheckUrlFreshness>
<EnableSavingContentWithHTML>true</EnableSavingContentWithHTML>
</Security>
In Manage Privileges, these two options are allowed for the BI Author role:
- Save content with HTML markup
- Save actions containing embedded HTML
Under My Account .. Applications Roles, the user is a member of the BI Author role.
As a test to see if I'm changing the correct file, I set <ResultRowLimit>123456</ResultRowLimit> in instanceconfig.xml and restarted all services. The "FETCH FIRST" now accurately reflects 123,457 rows, so I know that I've changed the correct instanceconfig.xml file.
As a last futile effort, I rebooted the entire machine. No luck.
Finally, I installed a fresh copy of OBIEE 12.2.1.4 on a fresh machine that has never seen OBIEE before. That 12.2.1.4 environment is exhibiting exactly the same behavior as 12.2.1.3 on the original machine.
Any thoughts of something I have not tried?