I want to enter integer value, if this value has one digit such as 1 it
saves into database with 3 digits like* 001* if enter integer with 2
digits like 11 it saves like 011 and if enter with three digits it saves 111.
Integers do not store with leading zeros -- they store as integer values.
Displaying with leading zeros is a formatting choice.
If you must display with leading zeros, there might be a configuration
setting in Google Sheets or Fusion Tables for display purposes. Look at
setting up a publisher into one of those and doing the display formatting
there.
ยทยทยท
On Sat, Jan 23, 2016 at 7:41 PM, mohammad mirzaie wrote:
Hello everyone,
I want to enter integer value, if this value has one digit such as 1
it saves into database with 3 digits like* 001* if enter integer with 2
digits like 11 it saves like 011 and if enter with three digits it
saves 111.