Hi All,
I have a Integer Field.
I need to do a validation that this field should not be initial ie it is mandatory. But this validation should not happen if '0' ie ZERO is entered on the field.
But if i check by 'INITIAL' or 'SPACE', it is taking zero also as initial.
I dont want the validation to happen if ZERO is entered.
Is there any way to do so?
Thanks.