Quantcast
Channel: Data Preparation & Blending discussions
Viewing all articles
Browse latest Browse all 4999

Convert exponentials values to Numbers in Alphanumeric Field

$
0
0

Hi  All,

 

Can someone help me with converting Exponential values to Numbers?

 

I tried below function. It is Still populating with exponential values.

it has values like below:

CR86418
45030051
FCMAHN

9.94E+11

............

 

IF IsNumber([id]) THEN
ToNumber([id])
ELSE
trim([id])
ENDIF


Viewing all articles
Browse latest Browse all 4999

Trending Articles