QQ - How do I transform data loaded as string into a double?
- 1 Minute to read
- Print
- DarkLight
- PDF
QQ - How do I transform data loaded as string into a double?
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Lat/long data loaded in format
N 51.987878
E 00.654987
How do we transform this into usable Numeric fields?
- Use expression mid to trim the data and remove leading letters
- Use a programmed field to convert the data to a double or
- Use String | DCAST
Was this article helpful?