Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9129

Re: Number format always shows currency symbol

$
0
0

This is happening because the field type is currency, so Crystal automatically adds the currency symbol.

 

If you can't change the field type, try using a formula like this:

 

ToNumber(ToText({Table.CurrencyField}, 2, ""))

 

If that still gives the currency symbol, the try this:

 

ToNumber(Replace(ToText({Table.CurrencyField, 2,""),"$", ""))

 

-Dell


Viewing all articles
Browse latest Browse all 9129

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>