Page 2 of 2

Posted: Sat Nov 20, 2010 6:30 am
by akbar2002
ray.wurlod wrote:Did you mean DecimalToString() ?
Yes, made a typo. :oops: Sorry about that
SV1 : DecimalToString(column_name) --> DataType = VarChar
SV2 : Field(SV1,'.',1) --> DataType = Integer
SV3 : Right(SV1,2) --> DataType = VarChar

Derivation : SV2:'.':SV3 --> DataType = VarChar

Posted: Thu Dec 02, 2010 2:43 am
by prasad.bodduluri
you can use fix function

Posted: Mon Dec 06, 2010 12:11 am
by naveen.p
Hi,

You can use DecimalToString(<Column_Name>,"suppress_zero").

Naveen