I have inserted data from a csv into a object. I have a column with both numbers and text and i need to do a calculation with this data. How do you convert text to integer using a custom field. So i want to do this if field = text do nothing else convert text to integer. Im doing this in the advanced formula in salesforce. Any help would be appreciated. Thanks in advance.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You can check it with ISNUMBER:
http://www.salesforce.com/us/developer/docs/pages/Content/pages_variables_functions.htm |
|||
|
|