Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Using HTML code in OnDemand Oracle BI Answers

674124Dec 9 2008 — edited Dec 9 2008
Hello,

I've seen in some screenshots that it is possible to integrate some HTML code in a table in Oracle BI Answers.

So this is what I did:
- Changing the column data properties to HTML
- change the column formula by adding some HTML (eg. a table inside the cell)

Unforunately I have a little problem: The style is integratet but the values don't appear any longer. The value now is replaced by the field tag (for example "Account"."Account Location" in each cell)

I just entered the html code with single quotes, is there anything other I have to do?


Here is an example of the HTML string I'd like to use. The cell of the on Demand table shold show an inner html table containing two cells. The first shoult show just "name" (as done) and the second the should show the field value of the field opportunity name (but it's only the field tag shown in each cell : Opportunity."Opportunity Name"):

'<table><tr><td>name</td><td>Opportunity."Opportunity Name"</td></tr></table>'

best regards

Myriam
This post has been answered by Christian Berg-0racle on Dec 9 2008
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details