Client wants report to show dollar amounts like: 123.45
For detail bands, I've used: str(value,10,2)
For group summary bands, how do I show the totals in that format? If I calculate group sum on str(value,10,2), I get stars.
If I use the "currency" format, I get: $123.4500
How can I force it into the format I want?
TIA,
Shanachie
For detail bands, I've used: str(value,10,2)
For group summary bands, how do I show the totals in that format? If I calculate group sum on str(value,10,2), I get stars.
If I use the "currency" format, I get: $123.4500
How can I force it into the format I want?
TIA,
Shanachie