Question Integer

Good day guys,

I have a simple question, how can I blank the value of an integer datatype, not like zero(0) as in blank value().

Any answer will be appreciated. I got an solution for this but I just want to know if there is a way blanking the value.
 

andre42

Member
I don't know what you are trying to achieve exactly, but if you just want to display zeroes as blank fill-ins in the GUI you could set the field format to something like "zzzzzz". The stored value will still be zero/0.
 
Top