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!

Apex 23.2 - Radio Group

cgravAug 11 2025

I have a Radio Group with two options. Depending on which one is selected (checked), a region with page items is displayed.

  1. Radio Group Option 1 Selected
    1. Shows Region 1
      1. Has three Page Items
  2. Radio Group Option 2 Selected
    1. Shows Region 2
      1. Has two Page Items

The problem I am having is that when I select Radio Group Option 1, fill in the page items with a value, and then select Radio Group Option 2. The Page Items from Radio Option 1 do not clear out. So, I created a DA to clear them out which solved that problem.

The problem I'm trying to solve now is that the hidden items that show based on the radio group selected are continue to show even once the Radio Group has been cleared. It does not recognize that the radio group option is no longer selected (checked). How would I hide the page items once a radio group has been cleared?

  1. Radio Group Option 1 Selected
    1. Shows Region 1
      1. Has three Page Items
        1. page items contain values
  2. Radio Group Option 2 Selected
    1. Page Items from Option 1 cleared
      1. Shows Region 2
        1. Has two Page Items
          1. One of the page items is a Radio Group
            1. Has hidden page items displayed based on Radio group selection
  3. Radio Group Option 1 Selected
    1. Page Items from Option 2 cleared
    2. Option 2 Page item → Radio Group → Cleared
      1. hidden page items still display. need them to hide again as nothing is selected on the radio group.

Hope this makes sense.

Comments
Post Details
Added on Aug 11 2025
1 comment
52 views