S
Silvio
How can I convert a text field to numeric value?
The text values are:
< 35
<15
1.5
0.015
The desired result need to be:
35
15
1.5
0.015
9900
Then in a separate field I need to store the > (Greater than) and < (less
than) signs from the same text filed so:
< 35 (please note the space between the < and the number 35)
<15 (please note that there is no space between < and the number 15)
1.5
0.015
Will give me:
<
<
(null)
(null)
Thank you,
Silvio
The text values are:
< 35
<15
1.5
0.015
9900
The desired result need to be:
35
15
1.5
0.015
9900
Then in a separate field I need to store the > (Greater than) and < (less
than) signs from the same text filed so:
< 35 (please note the space between the < and the number 35)
<15 (please note that there is no space between < and the number 15)
1.5
0.015
9900
Will give me:
<
<
(null)
(null)
Thank you,
Silvio