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.

Dynamically updating the upper limit of the advanced slider plugin

Z NApr 25 2025

Hi all -

I'm trying to update the max number of the slider. Code is set up to something like this:

  1. user chooses from a dropdown that updates a table.

  2. 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)

  1. 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?

Comments
Post Details
Added on Apr 25 2025
0 comments
55 views