Hi,
On our SQL-based Goldmine system we have a user-defined field called UFNTURNOVR which is varchar(20) and has been used to store turnover values (pretty much in free text). I've gone through the process of tidying these values into 'numbers' eg replacing '2mil' with '2000000'.
To enable us to sort better on the proper turnover values I need to convert the field type to numeric, but all the numeric data types seem to have a maximum length of 8. I know that we have some contacts where the turnover is 100million or over which is 9 digits.
Any ideas how I can have a numeric field of 10 characters?
Thanks in advance for any help or advice.
John
On our SQL-based Goldmine system we have a user-defined field called UFNTURNOVR which is varchar(20) and has been used to store turnover values (pretty much in free text). I've gone through the process of tidying these values into 'numbers' eg replacing '2mil' with '2000000'.
To enable us to sort better on the proper turnover values I need to convert the field type to numeric, but all the numeric data types seem to have a maximum length of 8. I know that we have some contacts where the turnover is 100million or over which is 9 digits.
Any ideas how I can have a numeric field of 10 characters?
Thanks in advance for any help or advice.
John