Skip to Main Content

APEX

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!

open the Skillbuilders modal page from a chart region

SergioMMar 19 2014 — edited Mar 21 2014

Hello,

I want to open a Skillbuilders modal page from within a (bar) chart/graph.

The end user will click on one of the "bars", and a Modal Popup window will open.

The code to generate the chart is as follows:

SELECT 'f?p=&APP_ID.:7006:' || :APP_SESSION || '::::P7006_YEAR,P7006_MONTH:'  || colName1  || ','   || colName2 link,

       month LABEL,

       count VALUE

FROM table1;

I just don’t know how to include the following code so that the Modal Window opens:

onclick="return false;" class="DbRetiredDetails-link"

Anyone done this before?

Thanks in advance,

- Sergio

This post has been answered by Jorge Rimblas on Mar 20 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 18 2014
Added on Mar 19 2014
7 comments
466 views