Forum Discussion
photon
2 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
- 5 months ago
- 5 months ago
- 6 months ago