How to show numbers in column with proceeding zero .
A datashapes with number datatype fields attached to datatable. Now i want to add value '0500', '0820' instead of '500','820'. How to do that ?
A datashapes with number datatype fields attached to datatable. Now i want to add value '0500', '0820' instead of '500','820'. How to do that ?
Decide if you want to use a number type or a string. the number 0500 has the same value as 500.
You could store as a number and convert it to have a leading zero if you need to display it, or you can store it as a string with the leading zero(es), and parse it into a number when you need to make computations.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.