Currently in a classic report I am able to display data (in a tooltip) from a "Description" column by hovering the mouse over the "Order No" column.
This is achieved by placing
<span title="#DESCRIPTION#">#ORDER_NO#</span>
in the HTML Expresion in the Order No column.
I have been unable to replicate this for interactive reports as they have no HTML Expresion field.
1. Does anybody know how to do this ?
2. Ideally, I would like to hover over the Order No column and see the other details in a popup or dialog.
3. Whilst looking and an Apex blogg today I found this link
https://apex.oracle.com/pls/apex/f?p=55447:1
,
which seems to be exactly what I require.
Does anybody know how to achieve this
Thanks in advance
Gus