Hi all -
I'm trying to update the max number of the slider. Code is set up to something like this:
-
user chooses from a dropdown that updates a table.
-
an item is updated based on the selected value of the dropdown.
SELECT value FROM f_get_amt(:P2_CURRENTLY_TEACHING));
(ONLY WHEN SESSION STATE IS NULL)
- the slider is setup like this:

My current semi-working idea is this:

Every time there's a change in credits, it sets the value of the slider to 0, refreshes, then sets it to whatever the value of credits is, and then refreshes.
Yeah, no dice. Any ideas?