on ‎2021 Sep 09 1:31 PM
Hi All,
Can we put a validation for Integer Number Value that allows only positive numbers and it length should be 3 digits through Adaptation??? .
What is the function used for this rule?
Request clarification before answering.
Hi Riyu,
1) Create integer field via KUT with Type = Decimal Number, Length = 3, Decimal Places = 0.
2) Create KUT rule -> something like this: AND(NOT(ISBLANK(IntegerField)),IntegerField < "0")
3) Create validation, binding the rule created in step 2, to show an error message.
Hope that helps,
KR
Daniel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.