Currency math operations
I can't do simple math operations on currency columns because they get treated like unparsable strings.
"$100" * 1.43 = Exception casting "$100" to type double.
Please provide a way to not have "$" as part of the value................
1
vote
