Forum Discussion
photon
3 years agoContributor
Perhaps a complex expression in the Amount field of the data source? Off the top of my head, maybe something like this:
If args.Value = "-" Then
Return 0
Else
Return args.Value
End If
Related Content
- 2 years ago