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