Hello,
I am having problems with a field in our data base called
tpot.u_months_unemployed. This field is a string lengh 4 however only contains numeric characters.
Due to the field being a string I cannot ranges in Crystal Reports XI due to the field data type.
For example the command
({Command.Months unemployed (at reg)} IN ("0" to "5"))
doesn't work in Crystal.
I have tried to CAST (tpot.u_months_unemplyed AS INT(4)) in the SQL statement however this doesn't work.
Any ideas on how to convert this string to a integer?
Thanks
I am having problems with a field in our data base called
tpot.u_months_unemployed. This field is a string lengh 4 however only contains numeric characters.
Due to the field being a string I cannot ranges in Crystal Reports XI due to the field data type.
For example the command
({Command.Months unemployed (at reg)} IN ("0" to "5"))
doesn't work in Crystal.
I have tried to CAST (tpot.u_months_unemplyed AS INT(4)) in the SQL statement however this doesn't work.
Any ideas on how to convert this string to a integer?
Thanks