Forum Discussion
Koemets
4 years agoContributor
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.
- daph994 years agoNew Contributor
Thanks... We were actually able to get it working using the substitution settings.
Related Content
- 2 years ago
- 10 months ago