I’m having a problem with the first load off the page i want to check the “24h” radiobutton and when I do that when I use the custom date and do the apply it doesn’t work.
It always load the 24h chart instead of the custom date like this one StartDate: 20:00 17-05-2011
EndDate: 22:00 17-05-2011
My application page is this one http://apex.oracle.com/pls/apex/f?p=17236:555
username: user
password: 123qweASD
Can anyone help me with this, you can go to the application a try.
I think your page would work better (and more naturally) if “Custom” was a 5th button in the radio group rather than a separate checkbox. As it is your radio group has no valid value when the Custom checkbox is checked, and indeed it stays set to “24” although disabled.
Otherwise, you need to code the chart in such as way that it ignores the radiogroup setting when the checkbox is checked.