Oracle APEX: how to select a default value of a radio group

1.9k Views Asked by At

I have a radio group based on LOV with two options. I want to make first option selected by default.

I tied setting the default value to a static value but that did not work and radio group still comes up with nothing selected on page load. How can I accomplish that?

1

There are 1 best solutions below

6
On

Setting the default is the correct way. Most likely you have defaulted the display value you want? It needs to be the return value (e.g. DEPTNO not DNAME).