Skip to Content
0
Former Member
Apr 14, 2010 at 10:44 AM

INITIAL Check on NUMC fields

3921 Views

Hey,

is there any nice way to make a check like "IS INITIAL" for char values on numc fields ? My problem is that there is a '000' in the numc field and so the "IS INITIAL" thinks that there are values.

Bad solution:

IF field IS NOT INITIAL AND NOT field EQ '000'.

***

ENDIF.

Greetz