How to pass parameter values to (flash) charts?
Ron64Oct 13 2009 — edited Oct 14 2009Hi 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