Hi everyone,
I have one item named, P1_PERCENT: which represents a percentage.
I want to know how can i validate this field, knowing that, it should be:
- Numeric (Integer or Decimal)
- Positive
- Between 0 and 100
I used a Format Number plugin to format this field, but i dont know how can i restrict the entry of values between 0 < val < 100
I already did demonstration of this problem, on apex.oracle.com with this credentials:
Workspace: ws_formation
Username: asoukaina
Password: s@boulah1013
I used the Application 103863 - Input Validation
Thank you for help.