OBIEE Popup box

Post date: 15-Apr-2010 08:13:57

Customer wanted to see some extra info in a popup box:

image

This can be done simple from a narrative view:

First start with a basic report:

image

goto the narrative view:

image

Switch on the HTML

in the prefix put:

In the narrative put:

<tr><th>[b]Customer[/b]</th><th>[b]Revenue[/b]</th></tr>

<tr>

<td>@1</td>

<td> <input type="text" onclick="alert('Sum for All Customers: @3!')" value="@2" />

</td>

</tr>

Put it all together on the compound view:

image