Oracle Apex Radio Button
问题 I have a radio group with static values : A;1,B;2,C;3 . 1,2,3 are values from the column company where A,B,C belong . This is my SQL query . Select company into :p2_type from table where orderno = :p2_orderno and rownum = 1; This is a part of page 1 & 2 which are linked together . I don't see a selected radio group when I move on to the next page although I see the orderno move over . I created a process in page 1 so that it runs this query when I click the 'next' button which also redirects