Hi all, Hoping someone help.
I am pulling a string field from a notes database that sometimes presents as an array. I need to convert this to numeric in order to total the values.
For example
The field may contain only one value but may alternatively contain more than one. Like so.
1200
or
1200, 350
I need to extract the numbers ... turn them into numbers and then add them up. so that I get the result
1200
or
1550
Is this at all possible with crystal?
I am pulling a string field from a notes database that sometimes presents as an array. I need to convert this to numeric in order to total the values.
For example
The field may contain only one value but may alternatively contain more than one. Like so.
1200
or
1200, 350
I need to extract the numbers ... turn them into numbers and then add them up. so that I get the result
1200
or
1550
Is this at all possible with crystal?