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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

JET chart series 2 link not working

Hi:

I am using ApEx 5.1.1.00.08. I have a scatter chart with several series. For the first series, I selected the "redirect to page in this application" in the Link properties section and then edited the Target options to redirect to a target page and assign a target page item with the value of an item on my source page. It's all good. When I run the app and click a data point in the chart, it does exactly what I want.

Now I do the exact same thing with the second series and it does not work at all. Clicking a data point does nothing.

Same result for series 3.

Note that the query that defines the region is this:

select null as link, press_alt as label, dtd * -1 X_VALUE, press_alt Y_VALUE from traj_points where run_id = :P2_RUN_ID_BASE and dtd between 0 and 250 order by point

What is the purpose of the link field in the region query?

Thank you.

Bill

Comments

Satish Kandi
Refer Metalink note 161818.1
damorgan
What 10g release? 10.1 or 10.2?

This information is available on metalink for all Oracle products and versions.
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jun 7 2017
Added on May 10 2017
0 comments
193 views