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