Hi Rebekka,
I assume that the data type of the attribue is something string-like, i. e, it is not numeric. Thus the
low value contains the leading zeros. That just how alpha numeric input fields work.
Therefore I am afraid, you will have to remove that leading zeros by yourself. You can do this in the feeder class, e. g. by using the following statement:
shift 'low'-valueleft deleting leading '0'.
Kind regards,
Ulrich