Forum Discussion
I don't think the Amount column likes something coming in as Text. You might have to change that at the source.
- daph99New Contributor
Thanks Celvin but we were able to get it working.
- KoemetsContributor
I will try to use IsNumeric function of vb.
In Amount column do something like:
if Not isNumeric(api.value) Then
Return 1
Else
Return api.value
End If
This is oversimplified syntax, so I would suggest to use proper encapsulation for api.value and follow the best MSDN practices.
- daph99New Contributor
Thanks... We were actually able to get it working using the substitution settings.
Related Content
- 2 years ago