Hi,
I have a requirement to select first value in Radio Button group prompt by default. In report their is no prompt page. Radio button is at front end of report.
I have tried couple of javascripts which are not working.
I was tried with below script which is not working.
<script>
var radbut=document.getFormWarpRequest()._oLstChoicesClient;
radbut.options[0].checked=true;
</script>
Please help me to get the resolution ASAP.
Thanks
Sridhar
hi,
please try "Default selection" inproperties
thanks.