Posted by Mark
2017-06-09

I have zipcode as a key.
The values display without leading zeroes.
Is there an easy fix to be added to the def file?
Posted by Tom
2017-06-11

>I have zipcode as a key.
>The values display without leading zeroes.
>Is there an easy fix to be added to the def file?

I think you stored zip code in a integer field.
If you put it in a text filed, it shouldn't remove leading zeros.
If it's an integer field, it's too late because the zeros were already gone in the database.