Hi,
I have created checkbox for Discount Filed, if click at discount then Y will be stored else N. However, defined static values as Y in case of check else it should shored N.
Now in my case if define yes or no in static list then two checkbox is appeared for single filed. Any idea how to cater this.
Thanks.
Thanks.
This is new things which i learned today.
The same is explained in the following tutorial. Please check:
Create Checkbox of Yes/No Type in Oracle Apex
Hi
Greate….It’s the same as per requirement.
However, regarding Computation which works at Item level as event when page is load in order to assign value or default value.
Is there any computation at Page Level
Thanks.
That computation type I described in that tutorial is after submit, which will not execute on the page load, but it will execute when the user submits the page. So you can say that computation is already a page level.