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.

How to pass parameter values to (flash) charts?

Ron64Oct 13 2009 — edited Oct 14 2009
Hi there,

Can anyone help me with this one? I thought it to be easy, but somehow can't get it to work... :-(
I'm trying to run a apex flash-chart using (user-input) parameters to restrict the where clause in the
chart-query. Of course I must be doing something wrong here...
I tried the following: created date-picker items (:P7_FROM and P7_TO) and changed my chart-query
using an extra where-clause (and datecolumn >= :P7_FROM and datecolumn < :P7_TO).
It seems that the entered item-values don't get the value I entered (ok, strange sentence, but I
hope you know what I mean).

Thanx in advance,
Ron
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 11 2009
Added on Oct 13 2009
12 comments
841 views